Compare commits

..

4 Commits

Author SHA1 Message Date
wpetit ae58f166a3 chore: update changelog
Cadoles/mktools/pipeline/pr-master This commit looks good Details
2023-08-23 14:49:35 -06:00
wpetit d767607db7 feat: add changelog 2023-08-23 12:08:09 -06:00
wpetit 93a8977aeb ci: add jenkins pipeline 2023-08-23 12:08:09 -06:00
wpetit d28cc3a672 fix(changelog): add missing task dependency 2023-08-23 12:06:20 -06:00
2 changed files with 20 additions and 1 deletions

View File

@ -0,0 +1,19 @@
<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
export MKT_GIT_CHGLOG_TEMPLATE_SCRIPT = $(value _MKT_GIT_CHGLOG_TEMPLATE_SCRIPT)
mkt-changelog: .chglog/config.yml .chglog/CHANGELOG.tpl.md
mkt-changelog: tools/git-chglog/bin/git-chglog .chglog/config.yml .chglog/CHANGELOG.tpl.md
tools/git-chglog/bin/git-chglog --output CHANGELOG.md $(MKT_GIT_CHGLOG_ARGS)
.chglog/config.yml: