diff --git a/.github/workflows/draft_release.yml b/.github/workflows/draft_release.yml index 7518c4a3..84e04afe 100644 --- a/.github/workflows/draft_release.yml +++ b/.github/workflows/draft_release.yml @@ -27,7 +27,7 @@ jobs: run: git flow release start ${{ github.event.inputs.tag }} - name: Update changelog - uses: thomaseizinger/keep-a-changelog-new-release@1.3.0 + uses: thomaseizinger/keep-a-changelog-new-release@2.0.0 with: version: ${{ github.event.inputs.tag }} diff --git a/CHANGELOG.md b/CHANGELOG.md index 6ac525fd..58a2e5fd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -18,7 +18,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Repository - Update GitHub workflows to work with merge queues -- Update GitHub workflow action versions: `actions/cache@v3`, `actions/checkout@v3`, `actions/setup-python@v4`, `thomaseizinger/create-pull-request` +- Update GitHub workflow action versions: `actions/cache@v3`, `actions/checkout@v3`, `actions/setup-python@v4`, `thomaseizinger/create-pull-request`, `thomaseizinger/keep-a-changelog-new-release` - Update pre-commit hook versions - Fix failing GitHub workflows (Clang-10) - Introduce pre-commit CI