Skip to content

Commit

Permalink
feat: add next as prerelease branch
Browse files Browse the repository at this point in the history
BREAKING CHANGE: New top level api
  • Loading branch information
DylanPiercey committed Mar 21, 2022
1 parent 102346d commit 6ad6bb9
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on:
pull_request:
paths-ignore: ["**.md"]
push:
branches: ["main"]
branches: ["main", "next"]
paths-ignore: ["**.md"]

jobs:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Release

on:
workflow_run:
branches: ["main"]
branches: ["main", "next"]
workflows: ["CI"]
types: [completed]

Expand Down
5 changes: 4 additions & 1 deletion .releaserc.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
{
"branches": ["main"]
"branches": [
"main",
{ "name": "next", "channel": "next", "prerelease": true }
]
}

0 comments on commit 6ad6bb9

Please sign in to comment.