Skip to content

Releases: mindsers/changelog-reader-action

v2.2.3

10 Mar 20:58
Compare
Choose a tag to compare

Fixed

  • Upgrade dependencies to solve deprecation issues.
  • Use node v20
  • Remove useless empty line between links in the body of a version

v2.2.2

23 Nov 14:25
Compare
Choose a tag to compare

Fixed

  • Upgrade dependencies to solve deprecation issues.

v2.2.1

10 Nov 15:35
Compare
Choose a tag to compare

Fixed

  • Change node engine for a non-deprecated version.

v2.2.0

01 Sep 11:20
Compare
Choose a tag to compare

Changed

  • Allow more section types into prerelease versions. #67

Fixed

  • Change the links' syntax to make them correctly recognized by GitHub.

v2.1.1

04 Jul 01:38
5bfb30f
Compare
Choose a tag to compare

Fixed

  • The action was returning empty data since the last version. Now correctly returns selected entries data.

New linting capabilities

14 Jun 20:03
Compare
Choose a tag to compare

Added

  • Introduced changelog validation to help keep the release version in line with Semantic Versioning
  • New input param of validation_level and validation_depth to allow for configuration of changelog validation.
  • Support Angular CHANGELOG format. (Doesn't force title emphasis)

Changed

  • The project now implement the All Contributors.
    This is not a change in the code but a change in how the projet recognize the
    external contributions.

Fixed

  • Retrieve links (external to the entry) and add them back in the related entry.

A stronger and more useful action

30 Aug 12:04
Compare
Choose a tag to compare

Added

  • New output properties:
    • The version number of the returned entry
    • The released date of the returned entry
    • The status of the release based on the version number and the title line of the entry.
      Could be equal to unreleased, prereleased, released or yanked.
      Please refer to https://semver.org/#semantic-versioning-specification-semver for more informations about this.

Changed

  • [BREAKING CHANGE] If given a specific target version, action will now generate an error response if that version is not found in the changelog.
  • [BREAKING CHANGE] log_entry output property is renamed to changes.

v1.3.1

08 Jul 19:30
Compare
Choose a tag to compare

Fixed

  • Allow developers to NOT use a date for each version entries.

Full SEMVER support

06 Jul 17:08
Compare
Choose a tag to compare

Changed

  • Dates should follow the format used in the "Keep a Changelog" specification
    which is YYYY-MM-DD. Another format that may work is YYYY-DD-MM.
    Given the current disclaimer in the README.md, this change is not a breaking change.

Fixed

  • Improve SEMVER support. Now recognize complex version number based on https://semver.org.

v1.2.0

24 Jun 07:28
Compare
Choose a tag to compare

Added

  • New support for "Unreleased" section. It is possible to ask for the "Unreleased" section
    by setting version: "Unreleased" in the workflow.yml file.

Fixed

  • Improve the way the project is linted