Skip to content
This repository has been archived by the owner on Dec 30, 2021. It is now read-only.

Commit

Permalink
Merge pull request #145 from kaimallea/next-release
Browse files Browse the repository at this point in the history
ci: setup release for next branch
  • Loading branch information
kaimallea authored Mar 23, 2021
2 parents 59e7829 + 983021c commit 95977da
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 27 deletions.
26 changes: 0 additions & 26 deletions .github/workflows/preview-semantic-release.yaml

This file was deleted.

1 change: 1 addition & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ on:
push:
branches:
- main
- next

jobs:
release:
Expand Down
2 changes: 1 addition & 1 deletion .releaserc.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"branches": [
{ "name": "main" },
{ "name": "next", "channel": "next" },
{ "name": "next", "channel": "next", "prerelease": true },
{ "name": "beta", "prerelease": true },
{ "name": "alpha", "prerelease": true }
]
Expand Down

0 comments on commit 95977da

Please sign in to comment.