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 e87fe9f commit f8b7b4cCopy full SHA for f8b7b4c
.github/workflows/if-nodejs-release.yml
@@ -15,6 +15,7 @@ on:
15
- next-major-spec
16
- beta
17
- alpha
18
+ - next
19
20
jobs:
21
@@ -128,4 +129,4 @@ jobs:
128
129
fields: repo,action,workflow
130
text: 'Release workflow failed in release job'
131
env:
- SLACK_WEBHOOK_URL: ${{ secrets.SLACK_CI_FAIL_NOTIFY }}
132
+ SLACK_WEBHOOK_URL: ${{ secrets.SLACK_CI_FAIL_NOTIFY }}
.releaserc
@@ -13,6 +13,8 @@ branches:
13
prerelease: true
14
- name: alpha
+- name: next
+ prerelease: true
plugins:
- - "@semantic-release/commit-analyzer"
- preset: conventionalcommits
0 commit comments