Skip to content

Commit bbdaeb6

Browse files
committed
build: sets up the next branch as an npm prerelease
1 parent c43cf1c commit bbdaeb6

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 0 deletions
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

Lines changed: 1 addition & 0 deletions
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)