desty2k / QRainbowStyleSheet

A customizable style sheet for QtWidgets application
Other
13 stars 3 forks source link

Bump metcalfc/changelog-generator from 2.0.0 to 3.0.0 #11

Closed dependabot[bot] closed 2 years ago

dependabot[bot] commented 2 years ago

Bumps metcalfc/changelog-generator from 2.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/changelog-generator@v3.0.0
        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.
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[bot] commented 2 years ago

Looks like metcalfc/changelog-generator is up-to-date now, so this is no longer needed.