Skip to content

Latest commit

 

History

History
137 lines (80 loc) · 6.25 KB

CHANGELOG.md

File metadata and controls

137 lines (80 loc) · 6.25 KB

2.6.32023-03-02 (ad1d56c...a64d54f)

Bug Fixes

  • use full commit hashes for links (a64d54f)

2.6.02023-02-28 (aafcc05...aafcc05)

Features

changelog
  • adjust changelog styling (aafcc05)

2.5.22023-02-28 (15ea67b...15ea67b)

Bug Fixes

  • fix missing new line for commit line (15ea67b)

2.5.02023-01-27 (5d6f92f...5d6f92f)

Features

  • init command add commit message hook (5d6f92f)

2.4.12023-01-17 (ea1c647...ea1c647)

Bug Fixes

  • add missing default.yaml (ea1c647)

2.4.02022-12-15 (e19dbd5...e19dbd5)

Features

  • add yaml config support (e19dbd5)

2.3.12022-12-14 (5d29d9b...a75269d)

Bug Fixes

  • fix git command sytax for windows (a75269d)

2.3.02022-11-06 (d7e4124...15a031e)

Features

  • change default merge headline to just 'Merges' (d7e4124)
  • create inline Markdown links for issue references (15a031e)

2.2.02022-11-06 (9e026c5...d0b5b6b)

Features

  • add support for bitbucket merge messages (d0b5b6b)

2.1.22022-09-20 (9e026c5...68a02b6)

Bug Fixes


2.1.12022-08-17 (b8d8a18...940f809)

Bug Fixes

  • handle empty repository and no release tag (940f809)

2.1.02022-07-30 (0e01b77...2ef8c09)

Features

  • add support for the pre-commit framework (#102) (0e01b77)

2.0.02022-07-19 (752f806...ed7cb3b)

Features

  • ignore pre-release version tags e.g. v1.2.3-SNAPSHOT or v1.2.3-rc1 (df7be15)
  • do not recalculate version, if version tag points on commit anchor (8cd6c74)
changelog
  • release date will be taken from commit date (ed7cb3b)

1.4.22022-07-15 (6d20004...19d2d70)

Bug Fixes

  • I messed up a little, so this is a working version again (19d2d70)

1.4.02022-07-15 (8c71120...31b9fa7)

Features

  • support breaking change syntax in commit subject (651a6b3)

1.3.02022-07-14 (e7e8c4f...06d3556)

Bug Fixes

  • always include breaking changes in changelog (#96) (d43723d)

1.2.32022-07-11 (e2aa89a...b45ae70)

Bug Fixes

  • Handle development version increments according to SemVer specification (#93) (8226d92)

1.2.02022-02-25 (3b1fbbf...a5e7851)

Features

  • add includeInvalidCommits option (#74) (a5e7851)

1.1.02021-08-31 (1746e1c...483aa5f)

Features

  • add --commit option to generate version and changelog for specific commit e.g. v1.0.0 (483aa5f)