We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 47078ee commit 0892bf4Copy full SHA for 0892bf4
.github/workflows/release.yml
@@ -33,4 +33,5 @@ jobs:
33
npm -v
34
node -v
35
npm cache clean --force
36
+ npm install -f
37
npx semantic-release
package.json
@@ -47,7 +47,14 @@
47
"semantic-release": "24.2.5",
48
"sinon": "21.0.0",
49
"stream-buffers": "3.0.3",
50
- "strip-ansi": "7.1.0"
+ "strip-ansi": "7.1.0",
51
+ "@semantic-release/changelog": "^6.0.3",
52
+ "@semantic-release/commit-analyzer": "^13.0.1",
53
+ "@semantic-release/error": "^4.0.0",
54
+ "@semantic-release/git": "^10.0.1",
55
+ "@semantic-release/github": "^11.0.3",
56
+ "@semantic-release/npm": "^12.0.1",
57
+ "@semantic-release/release-notes-generator": "^14.0.3"
58
},
59
"engines": {
60
"node": ">=20.8.1"
0 commit comments