BUGFIX: Tagging did not work

This commit is contained in:
Jeroen De Meerleer 2019-06-20 15:56:11 +02:00
parent 6324417b0f
commit 281f4e647f
Signed by: JeroenED
GPG Key ID: 28CCCB8F62BFADD6
2 changed files with 1 additions and 1 deletions

View File

@ -10,6 +10,7 @@
* CHANGE: Updated composer metadata
* CHANGE: Some setters changed to fluent setters. (More info: 7aca35057c10d2b982f93a698499c0c01df2fdc5)
* CHANGE: Kashdan and Soccer Kashdan are combined in 1 function
* BUGFIX: Tagging did not work
## v1.1 (Released: 20-jun-2019)
* NEW FEATURE: Libpairtwo distribution releases (use these if you don't have knowledge of composer or dependency management)

View File

@ -56,7 +56,6 @@ cs: ## Fixes coding standard problems
tag: ## Creates a new signed git tag
$(if $(TAG),,$(error TAG is not defined. Pass via "make tag TAG=X.X.X"))
@echo Tagging $(TAG)
chag update $(TAG)
git add --all
git commit -m 'RELEASE: $(TAG) Release'
git tag -s $(TAG) -m 'RELEASE: $(TAG) Release'