All notable changes to this project will be documented in this file.
This project adheres to Semantic Versioning.
This changelog is generated using EasyBuild.ChangelogGen. Do not edit this file manually.
- Return exit code
101
if no version bump was needed (bb89a8c)
- Add support for
perf
,revert
andbuild
commit type to be on par with Angular convention (most common one) (0732270)
perf
commit are included in the generated Changelog and bump the minor version (849f6f2)
--dry-run
now output only the new version instead of the whole changelog (a1bcdd9)
- Upgrade
EasyBuild.CommitParser
to support parsing footer with trailing lines (d951fae) - Upgrade
EasyBuild.CommitParser
to support parsing footer with trailing lines (d358dd7)
- Link
PackageProjectUrl
,RepositoryUrl
andPackagelicense
to the correct repository (9a76658)
- Add generation of
compare
link + date of release for the version + includescope
if present (181edc5)
- Make the CLI return the version in stdout allowing other tools to capture the generate version easily (0c69cda)
-
Initial implementation (e797f3c)
-
Implements the pre-release logic (2e34813)
-
Make pre-release version follows the standard upgrade version (avoid edge cases) + use
Tag
footer for filtering project on monorepo (3473311)This makes the tool compatible with Conventional Commit spec
-
Add automatic resolution for Github remote (user can still configure it using Config file) (be8313e)
-
Remove custom config file in favor of using CLI arguments to configure
--github-repo
+ make the generator more opinionated by only allowing Breaking Change, Feat and Fix to be included in the changelog (cf8c5a3)
- Remove the 0.0.0 version hack as EasyBuild.PackageReleaseNotes.Tasks now supports Changelog without versions (deff564)