1
1
mirror of https://github.com/orhun/git-cliff.git synced 2024-09-11 06:55:38 +03:00
git-cliff/CHANGELOG.md
2021-06-20 00:21:51 +03:00

3.1 KiB

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)
  • Update commit parsers to match the commit type (24b9068d)

Miscellaneous Tasks

  • Fix setting the release body (62403be8)
  • Update the skip_tags regex (28171f0f)
  • Update template to include commit ids (e3d34821)

[0.1.0-rc.2] - 2021-06-19

Bug Fixes

  • Use default tag_pattern for tests (e6fb8de5)

Features

Miscellaneous Tasks

  • Add release title to the tag message (6099b2d0)
  • Set the release name explicitly (0e5a7b1d)
  • Remove user directive from Dockerfile (076fc858)
  • Set the changelog as release body (66dfbf40)

Refactor

[0.1.0-rc.1] - 2021-06-16

Documentation

  • Update the doc comment for completions script (c056196a)
  • Add usage section (c87fbbe7)

Features

  • Add --workdir argument (de439bef)
  • Show the processsed commit message (45dccf74)

Miscellaneous Tasks

  • Add release script (d76bb9b3)
  • Update the release script about arguments (098c6ad3)
  • Strip the markdown format from tag message (3cb67618)

Refactor

[0.1.0-beta.4] - 2021-06-14

Bug Fixes

  • Use bash while setting the release version (d64395c7)

Miscellaneous Tasks

[0.1.0-beta.3] - 2021-06-14

Bug Fixes

  • Include configuration file in the binary releases (4bd5c343)
  • Specify the bash as shell (627cd113)

Miscellaneous Tasks

[0.1.0-beta.2] - 2021-06-14

Bug Fixes

  • Install musl-tools for musl builds (6789929c)

Miscellaneous Tasks