chore: tag current commit in release task
Cadoles/mktools/pipeline/head There was a failure building this commit
Details
Cadoles/mktools/pipeline/head There was a failure building this commit
Details
This commit is contained in:
parent
18e03f54de
commit
f7e31f8f41
3
Makefile
3
Makefile
|
@ -14,6 +14,9 @@ MKT_GITEA_RELEASE_PROJECT ?= mktools
|
||||||
.PHONY: release
|
.PHONY: release
|
||||||
release:
|
release:
|
||||||
$(MAKE) update-changelog
|
$(MAKE) update-changelog
|
||||||
|
git tag $(MKT_PROJECT_VERSION)
|
||||||
|
git tag $(MKT_PROJECT_SHORT_VERSION)
|
||||||
|
git push --tags
|
||||||
$(MAKE) \
|
$(MAKE) \
|
||||||
MKT_GITEA_RELEASE_ATTACHMENTS="CHANGELOG.md" \
|
MKT_GITEA_RELEASE_ATTACHMENTS="CHANGELOG.md" \
|
||||||
mkt-gitea-release
|
mkt-gitea-release
|
||||||
|
|
Loading…
Reference in New Issue