diff --git a/CHANGELOG.md b/CHANGELOG.md index fdb2245..a583125 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/Makefile b/Makefile index 18b99c1..9449056 100644 --- a/Makefile +++ b/Makefile @@ -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'