Skip to content
This repository has been archived by the owner on Aug 6, 2024. It is now read-only.

build(deps): bump metcalfc/changelog-generator from 1.0.0 to 3.0.0 #480

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 1, 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)

@dependabot dependabot bot added dependencies Pull requests that update a dependency file github_actions Pull requests that update Github_actions code labels Dec 1, 2021
@dalsontws
Copy link
Contributor

@dependabot rebase

@dependabot dependabot bot force-pushed the dependabot/github_actions/metcalfc/changelog-generator-3.0.0 branch from 893d18f to 21602f5 Compare February 17, 2022 01:35
@dependabot dependabot bot force-pushed the dependabot/github_actions/metcalfc/changelog-generator-3.0.0 branch 2 times, most recently from 126b23e to 8d79184 Compare July 26, 2022 14:08
@dependabot dependabot bot force-pushed the dependabot/github_actions/metcalfc/changelog-generator-3.0.0 branch from 8d79184 to fcb95f5 Compare August 29, 2022 08:01
@dependabot dependabot bot force-pushed the dependabot/github_actions/metcalfc/changelog-generator-3.0.0 branch 3 times, most recently from c1a0533 to 3c46016 Compare September 21, 2022 12:52
@dependabot dependabot bot force-pushed the dependabot/github_actions/metcalfc/changelog-generator-3.0.0 branch 2 times, most recently from b1a4365 to c43fa5b Compare September 29, 2022 07:08
@dependabot dependabot bot force-pushed the dependabot/github_actions/metcalfc/changelog-generator-3.0.0 branch 3 times, most recently from 0b0becb to 724b241 Compare October 21, 2022 02:11
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 force-pushed the dependabot/github_actions/metcalfc/changelog-generator-3.0.0 branch from 724b241 to 5995f3b Compare October 21, 2022 03:42
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Oct 31, 2022

Superseded by #678.

@dependabot dependabot bot closed this Oct 31, 2022
@dependabot dependabot bot deleted the dependabot/github_actions/metcalfc/changelog-generator-3.0.0 branch October 31, 2022 07:43
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
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.

1 participant