Compare commits

..

No commits in common. "806327e1e54a1e338407fd1f55d8468d5d4bbbde" and "e4f2359324e92b9144f57424fa6398b47a35b8c6" have entirely different histories.

2 changed files with 2 additions and 13 deletions

View File

@ -2,12 +2,6 @@
## [Unreleased] ## [Unreleased]
<a name="2023.8.23-stable.1608.9730ec9"></a>
## [2023.8.23-stable.1608.9730ec9] - 2023-08-23
<a name="2023.8.23-stable.1545.643e170"></a>
## [2023.8.23-stable.1545.643e170] - 2023-08-23
<a name="2023.8.23-stable.1545.2f77f3e"></a> <a name="2023.8.23-stable.1545.2f77f3e"></a>
## [2023.8.23-stable.1545.2f77f3e] - 2023-08-23 ## [2023.8.23-stable.1545.2f77f3e] - 2023-08-23
### Bug Fixes ### Bug Fixes
@ -26,7 +20,5 @@
- initial commit - initial commit
[Unreleased]: https://forge.cadoles.com/Cadoles/mktools/compare/2023.8.23-stable.1608.9730ec9...HEAD [Unreleased]: https://forge.cadoles.com/Cadoles/mktools/compare/2023.8.23-stable.1545.2f77f3e...HEAD
[2023.8.23-stable.1608.9730ec9]: https://forge.cadoles.com/Cadoles/mktools/compare/2023.8.23-stable.1545.643e170...2023.8.23-stable.1608.9730ec9
[2023.8.23-stable.1545.643e170]: https://forge.cadoles.com/Cadoles/mktools/compare/2023.8.23-stable.1545.2f77f3e...2023.8.23-stable.1545.643e170
[2023.8.23-stable.1545.2f77f3e]: https://forge.cadoles.com/Cadoles/mktools/compare/2023.8.23-stable.1207.cd2f1ba...2023.8.23-stable.1545.2f77f3e [2023.8.23-stable.1545.2f77f3e]: https://forge.cadoles.com/Cadoles/mktools/compare/2023.8.23-stable.1207.cd2f1ba...2023.8.23-stable.1545.2f77f3e

View File

@ -30,9 +30,6 @@ update-changelog:
.PHONY: changelog .PHONY: changelog
changelog: changelog:
git fetch --prune-tags git fetch --prune-tags
$(MAKE) \ $(MAKE) MKT_GIT_CHGLOG_PROJECT_ORG=Cadoles MKT_GIT_CHGLOG_PROJECT_NAME=mktools mkt-changelog
MKT_GIT_CHGLOG_PROJECT_ORG=$(MKT_GITEA_RELEASE_ORG) \
MKT_GIT_CHGLOG_PROJECT_NAME=$(MKT_GITEA_RELEASE_PROJECT) \
mkt-changelog
include tasks/*.mk include tasks/*.mk