Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/HuasoFoundries/phpPgAdmin6.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile6
-rw-r--r--composer.lock2
2 files changed, 5 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index c5ef736e..2ef600e7 100644
--- a/Makefile
+++ b/Makefile
@@ -44,11 +44,13 @@ mocktag:
tag_and_push:
- @if [[ "$(CURRENT_BRANCH)" != "master" ]]; then \
+ @git commit -a -m "Creating Tag v$(v) at $(DATENOW) - $(m)" ;\
+
+ if [[ "$(CURRENT_BRANCH)" != "master" ]]; then \
git checkout master ;\
git merge $(CURRENT_BRANCH) ;\
fi
- @git commit -a -m "Creating Tag v$(v) at $(DATENOW) - $(m)" ;\
+
git tag v$(v) ;\
git push ;\
git push --tags ;\
diff --git a/composer.lock b/composer.lock
index 51c9eb10..6713acb4 100644
--- a/composer.lock
+++ b/composer.lock
@@ -4,7 +4,7 @@
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
"This file is @generated automatically"
],
- "content-hash": "41e2cfa00337e7ec07dd0fedac8f73a5",
+ "content-hash": "7ff87959186049ed6908eddc61e9bad0",
"packages": [
{
"name": "adodb/adodb-php",