Made tagging work again

develop
Jeroen De Meerleer 4 years ago
parent f07ff9d173
commit 20ad77b00a
Signed by: JeroenED
GPG Key ID: 28CCCB8F62BFADD6

@ -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)

@ -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'

Loading…
Cancel
Save