mirror of
https://github.com/daylinmorgan/task.mk.git
synced 2024-12-21 17:40:45 -06:00
build: add git tagging to release rule
This commit is contained in:
parent
533200902d
commit
807014ab94
1 changed files with 1 additions and 0 deletions
1
Makefile
1
Makefile
|
@ -40,6 +40,7 @@ release: version-check
|
|||
@sed -i 's/task.mk\/.*\/task.mk/task.mk\/v$(VERSION)\/task.mk/g' README.md
|
||||
@git add task.mk README.md
|
||||
@git commit -m "release: v$(VERSION)"
|
||||
@git tag v$(VERSION)
|
||||
|
||||
## c, clean | remove the generated files
|
||||
.PHONY: clean
|
||||
|
|
Loading…
Reference in a new issue