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 dangoslen/changelog-enforcer from v1.4.0 to v2 #1069

Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 20, 2021

Bumps dangoslen/changelog-enforcer from v1.4.0 to v2.

Changelog

Sourced from dangoslen/changelog-enforcer's changelog.

CHANGELOG

Inspired from Keep a Changelog

[v2.0.0]

Added

  • Feature request from #62
    • Adds a new property missingUpdateErrorMessage for passing a custom error message when no update is found to the changelog. See the Inputs / Properties section in the README.md for more information.
    • Adds a new output errorMessage that states why the Changelog Enforcer failed. Added to allow users to use the error message within the rest of the action workflow.

Dependencies

  • Bumps @vercel/ncc from 0.25.1 to 0.26.1 (#63)
  • Bumps eslint from 7.15.0 to 7.17.0 (#64, #70)
  • Bumps node-notifier from 8.0.0 to 8.0.1 (#65)

[v1.6.1]

Fixed

  • Fixes #58 by properly accounting for whitespace characters in label names.

[v1.6.0]

Added

  • New skipLabels input variable to supply a list of labels to skip enforcement for. See the Inputs / Properties section in the README.md for more information.

Changed

  • Deprecates the skipLabel input variable in favor of the skipLabels input variable

Dependencies

  • eslint from 7.14.0 to 7.15.0
  • uglify-js from 2.6.0 to 3.12.1
  • jest from 24.9.0 to 26.6.3

[v1.5.1]

Added

  • Improved GitHub actions workflow for testing and packaging
  • Preview of release notes for a new version

Dependencies

  • @actions/exec from 1.0.3 to 1.0.4
  • @actions/github from 2.1.1 to 4.0.0
  • eslint from 6.3.0 to 7.14.0
  • changelog-reader-action from v1 to v2

[v1.5.0]

Added

  • New input parameter expectedLatestVersion.
    • When supplied, the Changelog Enforcer validates that this is the latest version in the changelog or the latest version after an "Unreleased" version if one exists.
  • New input parameter versionPattern.
    • Used in conjunction with expectedLatestVersion. This is a javascript string that is converted to a regular expression that is used to extract the versions in the changelog identified by the changeLogPath input. By default is uses a regular expression for the KeepAChangelog.org format.

Changed

... (truncated)

Commits

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 dependencies Pull requests that update a dependency file Skip-Changelog No changelog update is required, minor change labels Jan 20, 2021
@SMillerDev
Copy link
Contributor

This requires a change from skipLabel to skipLabels

Signed-off-by: anoy <anoymouserver+github@mailbox.org>
@Grotax Grotax merged commit 44a0e2e into master Jan 20, 2021
@delete-merged-branch delete-merged-branch bot deleted the dependabot/github_actions/dangoslen/changelog-enforcer-v2 branch January 20, 2021 08:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file Skip-Changelog No changelog update is required, minor change
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants