Compare commits

..

No commits in common. "f7e31f8f416cb2d5ae1af3ad4fe0ac142a6b0c8f" and "7165d90d2d5ff20b7293614e180f994847d36915" have entirely different histories.

2 changed files with 0 additions and 4 deletions

View File

@ -8,7 +8,6 @@
- add changelog - add changelog
- add mkt-changelog task - add mkt-changelog task
- **gitea-release:** automatically add tools directory to git ignored files - **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> <a name="2023.8.23-stable.1207.cd2f1ba"></a>

View File

@ -14,9 +14,6 @@ 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