generated from norlab-ulaval/template-norlab-project
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ci: quick hack for semantic-release/conventional-changelog-convention…
…alcommits release v8 problems
- Loading branch information
1 parent
cdf2930
commit 530c63d
Showing
1 changed file
with
4 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 | ||
|