-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: lock the semantic release toolchain to specific known working ve…
…rsions (#342) Signed-off-by: Nathan Klick <[email protected]>
- Loading branch information
1 parent
0c16855
commit 5eb8600
Showing
1 changed file
with
6 additions
and
6 deletions.
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 |
---|---|---|
|
@@ -65,9 +65,9 @@ jobs: | |
|
||
- name: Install Semantic Release | ||
run: | | ||
npm install -g semantic-release @semantic-release/git @semantic-release/exec gradle-semantic-release-plugin | ||
npm install -g conventional-changelog-conventionalcommits @commitlint/cli @commitlint/config-conventional | ||
npm install -g marked-mangle marked-gfm-heading-id | ||
npm install -g semantic-release@21.0.7 @semantic-release/git@10.0.1 @semantic-release/exec@6.0.3 gradle-semantic-release-plugin@1.7.6 | ||
npm install -g conventional-changelog-conventionalcommits@6.1.0 @commitlint/cli@17.6.6 @commitlint/config-conventional@17.6.6 | ||
npm install -g marked-mangle@1.0.1 marked-gfm-heading-id@3.0.4 [email protected] | ||
- name: Calculate Next Version | ||
env: | ||
|
@@ -212,9 +212,9 @@ jobs: | |
|
||
- name: Install Semantic Release | ||
run: | | ||
npm install -g semantic-release @semantic-release/git @semantic-release/exec gradle-semantic-release-plugin | ||
npm install -g conventional-changelog-conventionalcommits @commitlint/cli @commitlint/config-conventional | ||
npm install -g marked-mangle marked-gfm-heading-id | ||
npm install -g semantic-release@21.0.7 @semantic-release/git@10.0.1 @semantic-release/exec@6.0.3 gradle-semantic-release-plugin@1.7.6 | ||
npm install -g conventional-changelog-conventionalcommits@6.1.0 @commitlint/cli@17.6.6 @commitlint/config-conventional@17.6.6 | ||
npm install -g marked-mangle@1.0.1 marked-gfm-heading-id@3.0.4 [email protected] | ||
- name: Publish Semantic Release | ||
env: | ||
|