Compare commits

...

2 Commits

Author SHA1 Message Date
wpetit 806327e1e5 chore: update changelog
Cadoles/mktools/pipeline/head This commit looks good Details
2023-08-23 16:08:41 -06:00
wpetit 9730ec914b chore: reuse variables 2023-08-23 16:04:19 -06:00
2 changed files with 13 additions and 2 deletions

View File

@ -2,6 +2,12 @@
## [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
@ -20,5 +26,7 @@
- initial commit - initial commit
[Unreleased]: https://forge.cadoles.com/Cadoles/mktools/compare/2023.8.23-stable.1545.2f77f3e...HEAD [Unreleased]: https://forge.cadoles.com/Cadoles/mktools/compare/2023.8.23-stable.1608.9730ec9...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,6 +30,9 @@ update-changelog:
.PHONY: changelog .PHONY: changelog
changelog: changelog:
git fetch --prune-tags git fetch --prune-tags
$(MAKE) MKT_GIT_CHGLOG_PROJECT_ORG=Cadoles MKT_GIT_CHGLOG_PROJECT_NAME=mktools mkt-changelog $(MAKE) \
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