1
1
mirror of https://github.com/orhun/git-cliff.git synced 2024-09-11 06:55:38 +03:00

chore(release): prepare for v0.1.0-rc.3

This commit is contained in:
orhun 2021-06-20 00:21:51 +03:00
parent e3d3482191
commit 9f082b0583
No known key found for this signature in database
GPG Key ID: B928720AEC532117

View File

@ -1,4 +1,93 @@
# Changelog
All notable changes to this project will be documented in this file.
## [0.1.0-rc.3] - 2021-06-19
### Bug Fixes
- Strip the unreleased title from tag message ([c7f08fe4](c7f08fe4a3113f656bb45a29141aa127d4e453e5))
- Update commit parsers to match the commit type ([24b9068d](24b9068d308b9818fab8fd631120a79e4069521d))
### Miscellaneous Tasks
- Fix setting the release body ([62403be8](62403be828ac75f5689f27ad5d5e0421b514be62))
- Update the skip_tags regex ([28171f0f](28171f0f98f0980f9b0a6d3ca89ed3d6c70eb0ef))
- Update template to include commit ids ([e3d34821](e3d34821911ffb44e4c6e61e8d0c6ecd2d31a341))
## [0.1.0-rc.2] - 2021-06-19
### Bug Fixes
- Use default tag_pattern for tests ([e6fb8de5](e6fb8de5d834eb5fe5ff3b5fab1986fcf5e720b6))
### Features
- Add `--output` argument ([e0cda238](e0cda238105e0ce22ac71409d6e3ee0e32a6bad7))
### Miscellaneous Tasks
- Add release title to the tag message ([6099b2d0](6099b2d0c7c7d51a44a0e05a53908a9a370a7e83))
- Set the release name explicitly ([0e5a7b1d](0e5a7b1dd54afff0085930bf8c058803cfe3ea03))
- Remove user directive from Dockerfile ([076fc858](076fc8580aee74755003d99d902b3e64abcad535))
- Set the changelog as release body ([66dfbf40](66dfbf40ec0ef91dc2016c1bdf2044a07e4580d5))
### Refactor
- Make tag_pattern optional ([3a27a3e1](3a27a3e1a2d3813def0405ddf89914c5f10f7b36))
## [0.1.0-rc.1] - 2021-06-16
### Documentation
- Update the doc comment for completions script ([c056196a](c056196af9ee3f7109876639a0fb3b230661e1e4))
- Add usage section ([c87fbbe7](c87fbbe7cf869dd343269f6f23d9e4776a7d952b))
### Features
- Add `--workdir` argument ([de439bef](de439bef01e0e1209b8517ce7b241bb0db2cb530))
- Show the processsed commit message ([45dccf74](45dccf74a4a5449d92d453d21b6566acd8f30ebe))
### Miscellaneous Tasks
- Add release script ([d76bb9b3](d76bb9b3e5ff41df96b27c4fb202a2dd2344d6b2))
- Update the release script about arguments ([098c6ad3](098c6ad3803d728f4cd25320cb557d2a0bb22bd1))
- Strip the markdown format from tag message ([3cb67618](3cb67618ef475bf0eb144c5b84cd68af0758f564))
### Refactor
- Update the value name for `--strip` ([e8a3c35f](e8a3c35fa1f2a9a1a99ad8c60b82899c2af212eb))
- Improve logging ([53334533](53334533eb6399dc4b931fa3f61c32b5e28bd9e7))
- Update value names and description ([c697b17f](c697b17f67c9438a1fb159db74b1e225aeb28853))
## [0.1.0-beta.4] - 2021-06-14
### Bug Fixes
- Use bash while setting the release version ([d64395c7](d64395c78bf2f45142b6bb711d25983fba69b0df))
### Miscellaneous Tasks
- Add docker releases ([4ddef08d](4ddef08debfff48117586296e49d5caa0800d1b5))
## [0.1.0-beta.3] - 2021-06-14
### Bug Fixes
- Include configuration file in the binary releases ([4bd5c343](4bd5c343893c68c1bf6b5cfcbf88c64f8fdd14be))
- Specify the bash as shell ([627cd113](627cd11355a64ab2f8d2b4a80c9949c7197e564e))
### Miscellaneous Tasks
- Set the release body text ([a37a08ec](a37a08ec67eb36a9184cc6e597eb6af2b7159732))
## [0.1.0-beta.2] - 2021-06-14
### Bug Fixes
- Install musl-tools for musl builds ([6789929c](6789929c8a15849ae17839d8338ff056b6967238))
### Miscellaneous Tasks
- Update config ([6990b8f3](6990b8f3995d0c0f6c987afb2b6454b46e6dc888))
<!-- generated by git-cliff -->