Skip to content

Latest commit

 

History

History
84 lines (46 loc) · 5.16 KB

CHANGELOG.md

File metadata and controls

84 lines (46 loc) · 5.16 KB

Changelog

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.

4.0.0 - 2024-12-08

🏗️ Breaking changes

  • Return exit code 101 if no version bump was needed (bb89a8c)

View changes on Github

3.0.0 - 2024-12-02

🏗️ Breaking changes

  • Add support for perf, revert and build commit type to be on par with Angular convention (most common one) (0732270)

🚀 Features

  • perf commit are included in the generated Changelog and bump the minor version (849f6f2)

View changes on Github

2.0.0 - 2024-11-23

🏗️ Breaking changes

  • --dry-run now output only the new version instead of the whole changelog (a1bcdd9)

View changes on Github

1.1.2 - 2024-11-23

🐞 Bug Fixes

  • Upgrade EasyBuild.CommitParser to support parsing footer with trailing lines (d951fae)
  • Upgrade EasyBuild.CommitParser to support parsing footer with trailing lines (d358dd7)

View changes on Github

1.1.1 - 2024-11-18

🐞 Bug Fixes

  • Link PackageProjectUrl, RepositoryUrl and Packagelicense to the correct repository (9a76658)

View changes on Github

1.1.0 - 2024-11-18

🚀 Features

  • Add generation of compare link + date of release for the version + include scope if present (181edc5)

View changes on Github

1.0.0

🏗️ Breaking changes

  • Make the CLI return the version in stdout allowing other tools to capture the generate version easily (0c69cda)

🚀 Features

  • 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)

🐞 Bug Fixes

  • Remove the 0.0.0 version hack as EasyBuild.PackageReleaseNotes.Tasks now supports Changelog without versions (deff564)