Releases: orhun/git-cliff
Releases · orhun/git-cliff
Release v0.1.0
Bug Fixes
- Update the environment variable parsing settings
- Use footers field as an array for the context
- Sort the commits in topological order
- Return error if there is not a latest tag to process
- Update symbolic link to the default config
- Remove symbolic link
- Use 7 digits for short SHA
Documentation
- Update README.md about usage
- Update README.md about template and examples
- Add examples for CLI usage
- Add examples for templating
- Update detailed template example
- Add preview image to README.md
Miscellaneous Tasks
- Upgrade dependencies
- Remove etc directory from .gitignore
- Bump the rust version
- Upgrade dependencies
Refactor
- Rename changelog argument to prepend
Styling
- Center the badges
- Update the comments in template context
- Remove comments from template context
- Wrap table of contents into summary
- Remove quotes from rendered output
Testing
- Add tests
- Update repository tests about getting the latest tag
Release v0.1.0-rc.21
Bug Fixes
- Wait for core library to update on crates.io before publish
Release v0.1.0-rc.20
Bug Fixes
- Wait between publishing crates
Release v0.1.0-rc.19
Bug Fixes
- Generate changelog on a dedicated/different job
Miscellaneous Tasks
- Update project details
Release v0.1.0-rc.18
Bug Fixes - Use a separate step for setting the changelog body (f0380544) - Fix the syntax of publish step arguments (64147890)
Release v0.1.0-rc.17
Bug Fixes - Publish the cargo workspace members seperately (acc1d345) Miscellaneous Tasks - Verify the created tag after creation (99f2f070) - Indicate which versions are managed by the script (f4810810)
Release v0.1.0-rc.16
Bug Fixes
- Update lychee arguments to exclude invalid links
Documentation
- Add CONTRIBUTING.md
- Add link to the signer key of the tag
- Add RELEASE.md
Miscellaneous Tasks
- Enable crates.io releases
- Set the new version in release script
Release v0.1.0-rc.15
Miscellaneous Tasks
- Use only one step for uploading releases
Release v0.1.0-rc.14
Bug Fixes - Strip the changelog header before escaping (6b97c2d1)
Release v0.1.0-rc.13
Miscellaneous Tasks - Use seperate steps for uploading releases (01825330)