build: github release setting
This commit is contained in:
parent
7c4732c5fe
commit
aea8bad09a
1 changed files with 6 additions and 2 deletions
|
@ -1,7 +1,11 @@
|
|||
module.exports = {
|
||||
branch: 'master',
|
||||
plugins: [
|
||||
plugins: [
|
||||
"@semantic-release/commit-analyzer",
|
||||
"@semantic-release/release-notes-generator"
|
||||
"@semantic-release/release-notes-generator",
|
||||
"@semantic-release/github",
|
||||
["@semantic-release/exec", {
|
||||
"prepareCmd": "echo '::set-env name=CAOS_NEXT_VERSION::v${nextRelease.version}'"
|
||||
}],
|
||||
]
|
||||
};
|
Loading…
Add table
Add a link
Reference in a new issue