Skip to content

Commit

Permalink
ci: quick hack for semantic-release/conventional-changelog-convention…
Browse files Browse the repository at this point in the history
…alcommits release v8 problems
  • Loading branch information
RedLeader962 committed May 10, 2024
1 parent cdf2930 commit 530c63d
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/semantic_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,10 @@ 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
# 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 [email protected]
- 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 530c63d

Please sign in to comment.