Compare commits

..

2 Commits

Author SHA1 Message Date
wpetit f7e31f8f41 chore: tag current commit in release task
Cadoles/mktools/pipeline/head There was a failure building this commit Details
2023-08-23 15:27:01 -06:00
wpetit 18e03f54de chore: update changelog 2023-08-23 15:23:47 -06:00
2 changed files with 4 additions and 0 deletions

View File

@ -8,6 +8,7 @@
- add changelog
- add mkt-changelog task
- **gitea-release:** automatically add tools directory to git ignored files
- **version:** use master and staging branches as aliases for testing and stable
<a name="2023.8.23-stable.1207.cd2f1ba"></a>

View File

@ -14,6 +14,9 @@ MKT_GITEA_RELEASE_PROJECT ?= mktools
.PHONY: release
release:
$(MAKE) update-changelog
git tag $(MKT_PROJECT_VERSION)
git tag $(MKT_PROJECT_SHORT_VERSION)
git push --tags
$(MAKE) \
MKT_GITEA_RELEASE_ATTACHMENTS="CHANGELOG.md" \
mkt-gitea-release