Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump mindsers/changelog-reader-action from 1 to 2 #62

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github May 24, 2021

Bumps mindsers/changelog-reader-action from 1 to 2.

Release notes

Sourced from mindsers/changelog-reader-action's releases.

A stronger and more useful action

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

Fixed

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

Full SEMVER support

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

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

v1.1.0

Added

  • The project has now a CHANGELOG
  • Add logging message to make the debugging session easier

Changed

  • When no log entry is found, the error state of the action doesn't break the workflow anymore

Fixed

  • README now uses the correct version number in the examples
  • Support X.X.X version pattern

v1.0.1

Fixed

  • Remove template's old behavior
Changelog

Sourced from mindsers/changelog-reader-action's changelog.

[2.0.0] - 2020-08-30

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.

[1.3.1] - 2020-07-08

Fixed

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

[1.3.0] - 2020-07-06

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.

[1.2.0] - 2020-06-24

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
Commits
  • e1a3684 Version bump to v2
  • bf8ba23 Add the same configuration file other other #mindsersit projects
  • 2d550ec Merge aroemen/feature/additionalProperties
  • 346aaf9 Small documentation changes to stay consistent
  • 4a4c677 Use recommended version of action/checkout
  • 7e195bd Update docs
  • 6489a1b Refactor. Get status in a more readable way
  • 483cb72 Keep text as text (refactor)
  • c122943 Update changelog
  • f52f994 Updated response to produce error if specified target version was not found. ...
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

@dependabot dependabot bot added pr: dependencies Pull requests that update a dependency file pr: github_actions Pull requests that update Github_actions code labels May 24, 2021
@madeinoz67 madeinoz67 merged commit d3ae3ce into master May 24, 2021
@dependabot dependabot bot deleted the dependabot/github_actions/mindsers/changelog-reader-action-2 branch May 24, 2021 14:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
pr: dependencies Pull requests that update a dependency file pr: github_actions Pull requests that update Github_actions code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant