Skip to content

Commit b2be291

Browse files
committed
feat: semantic release branch
1 parent f8d7da3 commit b2be291

1 file changed

Lines changed: 11 additions & 0 deletions

File tree

.releaserc.yml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
branches:
2+
- main
3+
- name: alpha
4+
prerelease: true
5+
debug: true
6+
ci: true
7+
dryRun: false
8+
plugins:
9+
- "@semantic-release/commit-analyzer"
10+
- "@semantic-release/release-notes-generator"
11+
- "@semantic-release/github"

0 commit comments

Comments
 (0)