Browse Source

feat: add CI (#593)

* feat: add CI

* Update semantic.yml

* Update .releaserc.json

---------

Co-authored-by: hsluoyz <hsluoyz@qq.com>
HEAD
yehong GitHub 2 years ago
parent
commit
854213baae
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 23 additions and 0 deletions
  1. +23
    -0
      .releaserc.json

+ 23
- 0
.releaserc.json View File

@@ -0,0 +1,23 @@
{
"debug": true,
"branches": [
"+([0-9])?(.{+([0-9]),x}).x",
"master",
{
"name": "rc"
},
{
"name": "beta",
"prerelease": true
},
{
"name": "alpha",
"prerelease": true
}
],
"plugins": [
"@semantic-release/commit-analyzer",
"@semantic-release/release-notes-generator",
"@semantic-release/github"
]
}

Loading…
Cancel
Save