Skip to content

Commit

Permalink
fix(ci): pin conventional-changelog-conventionalcommits to 7.0.2 (#457)
Browse files Browse the repository at this point in the history
The latest major version (`8.0.0`) containing breaking changes, which
are not yet included in release-notes-generator.
Therefore, pin its version to the previous release for now to not
block any further releases.

See issue:
- semantic-release/release-notes-generator#633
  • Loading branch information
beiertu-mms authored May 10, 2024
1 parent 817d800 commit 04f741d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ jobs:
distribution: 'temurin'

- name: Install dependencies for semantic-release-action
run: npm install -D conventional-changelog-conventionalcommits
run: npm install -D conventional-changelog-conventionalcommits@7.0.2

- name: Getting next release version
id: semantic
Expand Down

0 comments on commit 04f741d

Please sign in to comment.