Add Semver release mechanism

This commit is contained in:
evanrich
2021-04-06 20:59:01 -07:00
parent 575e2fe6ce
commit 99661058bd
2 changed files with 32 additions and 1 deletions

11
.releaserc.yml Normal file
View File

@@ -0,0 +1,11 @@
plugins:
- "@semantic-release/commit-analyzer"
- "@semantic-release/release-notes-generator"
- - "@semantic-release/changelog"
- changelogFile: CHANGELOG.md
- "@semantic-release/gitlab"
branches:
- "master"
- "+([0-9])?(.{+([0-9]),x}).x"
- name: "alpha"
prerelease: "alpha"