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

chore(deps): bump metcalfc/changelog-generator from 1.0.0 to 3.0.0 #160

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 22, 2021

Bumps metcalfc/changelog-generator from 1.0.0 to 3.0.0.

Release notes

Sourced from metcalfc/changelog-generator's releases.

Release v3.0.0

This release changes the default order of commits in the changelog to match the command line default (chronological order). If you want to keep the old reverse chronological order there is a new action input you can set reverse:

      - name: Reverse the generated changelog
        id: changelog-rev
        uses: metcalfc/[email protected]
        with:
          myToken: ${{ secrets.GITHUB_TOKEN }}
          head-ref: 'v0.0.2'
          base-ref: 'v0.0.1'
          reverse: 'true'
  • 32988f6 - Bump eslint from 8.0.1 to 8.1.0
  • 2005b9a - Merge pull request #94 from metcalfc/dependabot/npm_and_yarn/eslint-8.1.0
  • 650acdc - Bump eslint from 8.1.0 to 8.2.0
  • 153d5bd - Merge pull request #95 from metcalfc/dependabot/npm_and_yarn/eslint-8.2.0
  • edf68eb - Bump @​vercel/ncc from 0.31.1 to 0.32.0
  • cc17b6d - Update tests for new reverse option.
  • 7daf4da - Change the order of logs to match git log.
  • 0fcd088 - Force the changelog action to use the current.
  • 0fe53bf - Revert "Bump @​vercel/ncc from 0.31.1 to 0.32.0"
  • a76f2c1 - Cleanup from ncc revert.
  • 6a73d83 - Bumping to 3.0.0 because adding reverse input as a breaking change.

Release v2.0.0

  • e16f916 - Adding support for gitpod.
  • 7eb6ada - Convert to ES6.
  • c3f61b2 - Merge pull request #88 from metcalfc/es6
  • 291e473 - Bump eslint from 8.0.0 to 8.0.1
  • ff0e06b - Merge pull request #89 from metcalfc/dependabot/npm_and_yarn/eslint-8.0.1
  • 20f9702 - format code with yaml
  • 2d09b90 - Merge pull request #90 from wibbuffey/patch-1
  • a991ef7 - Update release.yml
  • 44ef091 - Ignore backticks when echoing the changelog.
  • 36466c9 - Remove backticks from markdown.
  • 225f098 - No markdown characters that mean anything in the shell.
  • 4a06273 - Include a test for the example in the README.
  • 3aa3286 - Adding an example for mutating the changelog.
  • b63471a - Note: Output format change.

Release v1.0.1 - Downstream security fix included

  • ae42cbb - Merge pull request #56 from metcalfc/dependabot/npm_and_yarn/eslint-7.22.0
  • ca6b283 - Fixing yaml formating.
  • e5306b3 - 1.0.0
  • 717ba1a - Fixing yaml formating.
  • 6d1070a - 1.0.0
  • 6d002aa - Versions less then 1.0.0 aren't supported.
  • 173e8ae - Adding a helper makefile.

... (truncated)

Commits
  • 6a73d83 Bumping to 3.0.0 because adding reverse input as a breaking change.
  • a76f2c1 Cleanup from ncc revert.
  • 0fe53bf Revert "Bump @​vercel/ncc from 0.31.1 to 0.32.0"
  • 0fcd088 Force the changelog action to use the current.
  • 7daf4da Change the order of logs to match git log.
  • cc17b6d Update tests for new reverse option.
  • edf68eb Bump @​vercel/ncc from 0.31.1 to 0.32.0
  • 153d5bd Merge pull request #95 from metcalfc/dependabot/npm_and_yarn/eslint-8.2.0
  • 650acdc Bump eslint from 8.1.0 to 8.2.0
  • 2005b9a Merge pull request #94 from metcalfc/dependabot/npm_and_yarn/eslint-8.1.0
  • 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)

Bumps [metcalfc/changelog-generator](https://github.com/metcalfc/changelog-generator) from 1.0.0 to 3.0.0.
- [Release notes](https://github.com/metcalfc/changelog-generator/releases)
- [Changelog](https://github.com/metcalfc/changelog-generator/blob/main/release-notes.png)
- [Commits](metcalfc/changelog-generator@v1.0.0...v3.0.0)

---
updated-dependencies:
- dependency-name: metcalfc/changelog-generator
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file github_actions Pull requests that update Github_actions code labels Nov 22, 2021
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Oct 27, 2022

Superseded by #226.

@dependabot dependabot bot closed this Oct 27, 2022
@dependabot dependabot bot deleted the dependabot/github_actions/metcalfc/changelog-generator-3.0.0 branch October 27, 2022 17:05
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 github_actions Pull requests that update Github_actions code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants