Compare commits

..

2 Commits

Author SHA1 Message Date
wpetit 63361c4525 feat: add changelog
Cadoles/mktools/pipeline/pr-master This commit looks good Details
2023-08-23 12:05:51 -06:00
wpetit 6e9cf40c66 ci: add jenkins pipeline
Cadoles/mktools/pipeline/pr-master This commit looks good Details
2023-08-23 12:02:27 -06:00
2 changed files with 1 additions and 20 deletions

View File

@ -1,19 +0,0 @@
<a name="unreleased"></a>
## [Unreleased]
### Bug Fixes
- **changelog:** add missing task dependency
### Features
- add changelog
- add mkt-changelog task
- **gitea-release:** automatically add tools directory to git ignored files
<a name="2023.8.23-stable.1207.cd2f1ba"></a>
## 2023.8.23-stable.1207.cd2f1ba - 2023-08-21
### Features
- initial commit
[Unreleased]: https://forge.cadoles.com/Cadoles/mktools/compare/2023.8.23-stable.1207.cd2f1ba...HEAD

View File

@ -95,7 +95,7 @@ EOF
endef endef
export MKT_GIT_CHGLOG_TEMPLATE_SCRIPT = $(value _MKT_GIT_CHGLOG_TEMPLATE_SCRIPT) export MKT_GIT_CHGLOG_TEMPLATE_SCRIPT = $(value _MKT_GIT_CHGLOG_TEMPLATE_SCRIPT)
mkt-changelog: tools/git-chglog/bin/git-chglog .chglog/config.yml .chglog/CHANGELOG.tpl.md mkt-changelog: .chglog/config.yml .chglog/CHANGELOG.tpl.md
tools/git-chglog/bin/git-chglog --output CHANGELOG.md $(MKT_GIT_CHGLOG_ARGS) tools/git-chglog/bin/git-chglog --output CHANGELOG.md $(MKT_GIT_CHGLOG_ARGS)
.chglog/config.yml: .chglog/config.yml: