Skip to content

Commit

Permalink
chore: add test branch for release (#1800)
Browse files Browse the repository at this point in the history
  • Loading branch information
jondauz committed May 14, 2024
1 parent 3a76bd2 commit e057b1a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ on:
push:
branches:
- v4
- 'test-*'
jobs:
release:
name: Release
Expand Down
3 changes: 2 additions & 1 deletion .releaserc
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
branches: [
{name: 'main'},
{name: 'v4', channel: 'alpha', prerelease: 'alpha'}
{name: 'v4', channel: 'alpha', prerelease: 'alpha'},
{name: 'test-*', prerelease: true}
]
}

0 comments on commit e057b1a

Please sign in to comment.