ci: use a specific version of semantic-release

This commit is contained in:
Andy O'Neill 2023-01-09 13:20:14 -05:00
parent cdf31584e2
commit d0b112b56e
3 changed files with 126 additions and 404 deletions

View file

@ -48,6 +48,7 @@ jobs:
- *build
- store_test_results:
path: test/results
- run: npx --no -- semantic-release --dry-run
build-test-deploy:
<<: *defaults
steps:
@ -59,7 +60,7 @@ jobs:
- store_test_results:
path: test/results
- *deploy-gh-pages
- run: npx semantic-release
- run: npx --no -- semantic-release
push-translations:
<<: *defaults
steps:

526
package-lock.json generated

File diff suppressed because it is too large Load diff

View file

@ -98,6 +98,7 @@
"scratch-l10n": "3.15.20221027032119",
"scratch-render-fonts": "1.0.0-prerelease.20221024190656",
"scratch-semantic-release-config": "1.0.5",
"semantic-release": "19.0.5",
"style-loader": "1.3.0",
"svg-url-loader": "3.0.3",
"tap": "14.11.0",