Skip to content

Commit

Permalink
ci: publish stacks signers as beta release
Browse files Browse the repository at this point in the history
  • Loading branch information
rafaelcr committed Oct 25, 2024
1 parent d12acd9 commit 44bd445
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,9 @@ on:
push:
branches:
- main
- beta
- develop
- stacks-signers
paths-ignore:
- '**/CHANGELOG.md'
pull_request:
Expand Down
12 changes: 11 additions & 1 deletion .releaserc
Original file line number Diff line number Diff line change
@@ -1,6 +1,16 @@
{
"branches": [
"main"
"main",
{
"name": "beta",
"channel": "beta",
"prerelease": true
},
{
"name": "stacks-signers",
"channel": "stacks-signers",
"prerelease": true
}
],
"plugins": [
[
Expand Down

0 comments on commit 44bd445

Please sign in to comment.