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:
authorAmenadiel <amenadiel@gmail.com>2020-01-15 01:44:53 +0300
committerAmenadiel <amenadiel@gmail.com>2020-01-15 01:44:53 +0300
commitd39ae72a31839ba24e9f2007398c71fba2a2d1c7 (patch)
tree3558271b1e63491217d93af249245ccc4c1bf0f8
parent6e9a25c06c6b86e53a97aab8dbb3f9ac63ac017d (diff)
Creating Tag v6.0.0-RC4 at 2020-01-14 -v6.0.0-RC4
-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",