Compare commits
4 Commits
63361c4525
...
ae58f166a3
Author | SHA1 | Date |
---|---|---|
wpetit | ae58f166a3 | |
wpetit | d767607db7 | |
wpetit | 93a8977aeb | |
wpetit | d28cc3a672 |
19
CHANGELOG.md
19
CHANGELOG.md
|
@ -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
|
|
@ -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: .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)
|
tools/git-chglog/bin/git-chglog --output CHANGELOG.md $(MKT_GIT_CHGLOG_ARGS)
|
||||||
|
|
||||||
.chglog/config.yml:
|
.chglog/config.yml:
|
||||||
|
|
Loading…
Reference in New Issue