Skip to content

Commit 30fb572

Browse files
authored
Merge pull request #293 from supabase/build/release-next
build(release-next): sets up the next branch as an npm prerelease
2 parents 1336dbd + 40a7e0d commit 30fb572

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

.github/workflows/ci.yml

+1
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ on:
55
push:
66
branches:
77
- master
8+
- next
89
workflow_dispatch:
910

1011
jobs:

.github/workflows/release.yml

+1
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ on:
44
push:
55
branches:
66
- master
7+
- next
78
workflow_dispatch:
89

910
jobs:

.releaserc.json

+1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
{
2+
"branches": [{ "name": "master" }, { "name": "next", "channel": "next", "prerelease": true }],
23
"plugins": [
34
[
45
"semantic-release-plugin-update-version-in-files",

0 commit comments

Comments
 (0)