Skip to content

Release v3.0.0

Compare
Choose a tag to compare
@github-actions github-actions released this 22 Nov 15:07
6a73d83

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.