This repository has been archived by the owner on Jul 8, 2024. It is now read-only.
Releases: wdes/changelog-generator-twig
Releases · wdes/changelog-generator-twig
v1.4.1
v1.4.0
Fixed
- 405dfc5 fix: splitter char for git log
- 2f835e9 fix: import 'simple-git/promise' changes for 'simple-git'
- 059a71f fix: remove unused pattern in prettier command
Others
- c0354bf chore: do not publish .gitattributes
- 2c2fd35 chore: change base commit for changelog command
- 3c3ab67 chore: use a local variable and not array access
- 6a911bc ci: use different namings for v19 and v20
- e42dad3 ci: bump actions/setup-node to v3
- 4d2e103 ci: test on NodeJS 14/18/19/20
- 04ad275 ci: rename a step
- b6d8a07 chore: bump all dependencies
- 1f1ab82 ci: drop dependabot
- 9c39807 ci: bump actions/checkout and actions/cache to v3
- e09871f chore: update dependencies
- 1bb0c96 chore: update dependencies
- 9349aab ci: Update actions/cache and actions/checkout to v2
- 6b47583 chore: upgrade simple-git, jshint, nyc
- 01257aa ci: upgrade sudo-bot/action-pull-request-merge to 1.1.1
- b2e9b0b chore: upgrade twig, mocha, nyc
- 6b4a71b chore: add a .gitattributes file
- 7c0c809 chore: bump prettier and simple-git
v1.3.1
Version 1.3.1
- Fixed a minor bug in tag parsing
- Upgraded simple-git to
^1.131.0
v1.3.0
Version 1.3.0
- Added support for
--lastTagName
argument - Added support for
--convention
(williamdes, conventional, conventional+legacy, allchanges
) argument - Migrated to GitHub actions
- Improved some code
- Added more tests (99% coverage)
- Updated dependencies
v1.2.0
Version 1.2.0
- Add support for
[changelog skip]
- Add support for big repositories
v1.1.0
Version 1.1.0
- Fixed useless white lines
- Improved twig templates
- Added
nbrCommits
to eachversion
ofversions
v1.0.0
First version