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 bf90287 commit 6099b74Copy full SHA for 6099b74
.circleci/config.yml
@@ -55,7 +55,7 @@ jobs:
55
release:
56
<<: *defaults
57
docker:
58
- - image: node:16
+ - image: node:18
59
steps:
60
- checkout
61
- node/install-packages:
@@ -65,7 +65,7 @@ jobs:
65
command: npm run build
66
- run:
67
name: Release
68
- command: npx semantic-release@15
+ command: npx semantic-release@21
69
70
workflows:
71
version: 2
.releaserc
@@ -0,0 +1,9 @@
1
+{
2
+ "branches": "main",
3
+ "plugins": [
4
+ "@semantic-release/commit-analyzer",
5
+ "@semantic-release/github",
6
+ "@semantic-release/npm",
7
+ "@semantic-release/release-notes-generator"
8
+ ]
9
+}
0 commit comments