Skip to content

Commit f8b7b4c

Browse files
authored
ci: update of files from global .github repo (#584)
1 parent e87fe9f commit f8b7b4c

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

.github/workflows/if-nodejs-release.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ on:
1515
- next-major-spec
1616
- beta
1717
- alpha
18+
- next
1819

1920
jobs:
2021

@@ -128,4 +129,4 @@ jobs:
128129
fields: repo,action,workflow
129130
text: 'Release workflow failed in release job'
130131
env:
131-
SLACK_WEBHOOK_URL: ${{ secrets.SLACK_CI_FAIL_NOTIFY }}
132+
SLACK_WEBHOOK_URL: ${{ secrets.SLACK_CI_FAIL_NOTIFY }}

.releaserc

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@ branches:
1313
prerelease: true
1414
- name: alpha
1515
prerelease: true
16+
- name: next
17+
prerelease: true
1618
plugins:
1719
- - "@semantic-release/commit-analyzer"
1820
- preset: conventionalcommits

0 commit comments

Comments
 (0)