Skip to content

Commit

Permalink
ci: Rollback conventional-changelog-conventionalcommits plugin tmp qu…
Browse files Browse the repository at this point in the history
…ick-hack
  • Loading branch information
RedLeader962 committed Jul 20, 2024
1 parent d0f5e65 commit 569509b
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/semantic_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,10 +55,7 @@ jobs:
- name: Install semantic-release additional plugins (semantic-release-replace-plugin)
run: npm install semantic-release-replace-plugin -D
- name: Install semantic-release additional plugins (conventional-changelog-conventionalcommits for commit-analyzer preset)
# run: npm install conventional-changelog-conventionalcommits -D
# Temporary solution, see https://github.com/semantic-release/semantic-release/issues/3292
# and https://github.com/semantic-release/release-notes-generator/issues/633
run: npm install --save-dev conventional-changelog-conventionalcommits@7.0.2
run: npm install conventional-changelog-conventionalcommits -D
- name: Verify the integrity of provenance attestations and registry signatures for installed dependencies
run: npm audit signatures
- name: Release
Expand Down

0 comments on commit 569509b

Please sign in to comment.