Releases: adamtabrams/change
Releases · adamtabrams/change
0.13.3
0.13.2
0.13.1
0.13.0
0.13.0 - 2021-02-03
Added
- Handle
BREAKING CHANGE
token/type in commits. - Also parses the commit body for conventional commits.
Fixed
- Switch heading for major version commits from
Deprecated
toBREAKING CHANGE
.
Changed
- Refactor code to improve naming, layout, readability, and to split up functions.
- Add issue templates for more organization and better support.
0.12.0
0.11.1
0.11.1 - 2021-01-28
Fixed
- Make sed commands work with GNU and BSD versions.
Changed
- Add CI workflows linting and running tests in linux and macOS.
- Add new CI badges to README.
- Add sample auth files for post tests.
- Append change directory to PATH when running tests.
- Create common resources for tests.
0.11.0
0.10.0
0.10.0 - 2021-01-21
Added
- Add --dry-run flag to
change post
to see the release without making it. - Add -p flag to
change tag
for optionally pushing new tag.
Fixed
- Improve behavior for
change all
. - Improve commit parsing and git repo detection.
Changed
- Update --help and README with new flags.
- Update test script and improve readability.
- Add new tests and improve structure.
- Add tests for different version formats.
- Add tests for tag, post, and other args.
- Add more tests.