This changelog is updated by Cinnabar Meta.
Visit the link above to see all unreleased changes.
0.4.2 — 2025-01-18
- fix commit links ([253b6fe])
0.4.1 — 2025-01-16
- add cinnabar-meta actions (deaebeb)
- add disableChangelogCheck and disableLinks settings (a3a9b40)
- add pull request list parsing from .cinnabar-meta-pull-requests.md (a3a9b40)
- fix format (cf96aca)
- update (ea8ebe8)
0.4.0 — 2025-01-15
This update brings improvements for a non-interactive mode. Now we can update from 'update.cinnabarmeta' file in repo's root: first line is type of update (patch, minor, ...) and the other lines for the update description.
Full list:
- apply biomejs recommendations (a7faf6e)
- comply anca (2e620c2, a67eb02)
- fix changelog for gitea (2091982)
- fix getGitLog to hide merge messages (1988b3c)
- fix interactive actions in non-interactive mode (8c23220)
- fix version comment with file option (cf26eee)
- remove pre-commit (3743d25)
- switch to biomejs (cfe9ba0)
- update npm packages (3743d25, 2e620c2, 888ede5)
0.3.1 — 2024-07-23
- fix prepareVersionChangelog for non-tagged repos (1022a9e)
0.3.0 — 2024-07-23
- change log display in markdown (4d9dfea)
0.2.0 — 2024-07-22
This is an overhaul of the previous iteration. Clivo instead of inquirer. Support for any prerelease tag. Changelog generation.
Full list:
- [333d1c7] add anca
- [056f308] add changelog support
- [40d46d4] add comment to generated typescript file
- [935ae0d] add dev version mark
- [333d1c7] add devcontainer
- [e2d32a4] add eslint and prettier as direct dependencies
- [7a751c7] add exact versions of node.js to github actions
- [8d6ab40] add git commit and push after version update
- [76e18b6] add interactive version update
- [fe957c7] add lock system
- [5131986] add package.json version update support
- [333d1c7] add typescript
- [2fd4938] add updateChangelog config option
- [924edc4] add version update preview to cli
- [5921af0, fe957c7] comply anca
- [311efab] fix bin
- [c1a8db2] fix build generation
- [61bb338] fix getGitLog
- [311efab] fix package.json
- [333d1c7] rewrite from scratch
- [de3f12b] sort changelog messages
- [fe957c7] update npm packages