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 4148d0d commit 0e8f7b3Copy full SHA for 0e8f7b3
.github/workflows/main.yml
@@ -28,4 +28,4 @@ jobs:
28
npm install --force
29
npm run build --if-present
30
- name: Semantic release
31
- run: npx semantic-release --branches next
+ run: npx semantic-release
package.json
@@ -19,6 +19,9 @@
19
"storybook": "start-storybook",
20
"build-storybook": "build-storybook -c .storybook -o docs-build .out"
21
},
22
+ "release": {
23
+ "branches": ["main"]
24
+ },
25
"keywords": [
26
"react",
27
"usage bar",
0 commit comments