mirror of
https://github.com/JeroenED/libpairtwo.git
synced 2024-11-21 22:17:41 +01:00
Made tagging work again
This commit is contained in:
parent
f07ff9d173
commit
20ad77b00a
@ -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)
|
||||
|
1
Makefile
1
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'
|
||||
|
Loading…
Reference in New Issue
Block a user