Skip to content

Commit 16f5963

Browse files
committed
build(release-rc): sets up the rc branch as an npm prerelease
1 parent c265837 commit 16f5963

File tree

3 files changed

+9
-0
lines changed

3 files changed

+9
-0
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ on:
55
push:
66
branches:
77
- master
8+
- next
9+
- rc
810
workflow_dispatch:
911

1012
jobs:

.github/workflows/release.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ on:
44
push:
55
branches:
66
- master
7+
- next
8+
- rc
79
workflow_dispatch:
810

911
jobs:

.releaserc.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,9 @@
11
{
2+
"branches": [
3+
{ "name": "master" },
4+
{ "name": "next", "channel": "next", "prerelease": true },
5+
{ "name": "rc", "channel": "rc", "prerelease": true }
6+
],
27
"plugins": [
38
[
49
"semantic-release-plugin-update-version-in-files",

0 commit comments

Comments
 (0)