Compare commits
2 Commits
e4f2359324
...
806327e1e5
Author | SHA1 | Date | |
---|---|---|---|
806327e1e5 | |||
9730ec914b |
10
CHANGELOG.md
10
CHANGELOG.md
@ -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
|
||||||
|
5
Makefile
5
Makefile
@ -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
|
Loading…
x
Reference in New Issue
Block a user