1
0
mirror of synced 2025-12-07 22:28:50 +08:00

fix: update release

This commit is contained in:
Jamie Peabody
2023-04-23 21:42:58 +01:00
parent 166446c945
commit a8b497bc9b
2 changed files with 12 additions and 17 deletions

11
.releaserc.yaml Normal file
View File

@@ -0,0 +1,11 @@
branches:
- master
- name: alpha
prerelease: true
plugins:
- "@semantic-release/commit-analyzer"
- "@semantic-release/release-notes-generator"
- "@semantic-release/changelog"
- "@semantic-release/npm"
- "@semantic-release/git"
- "@semantic-release/github"