chore: enhance CI process (#20)
* chore: enhance CI process * chore: enhance ci * chore: typo
This commit is contained in:
parent
7afdc344a0
commit
a842b13d25
5 changed files with 31 additions and 7 deletions
|
@ -3,9 +3,6 @@ module.exports = {
|
|||
plugins: [
|
||||
"@semantic-release/commit-analyzer",
|
||||
"@semantic-release/release-notes-generator",
|
||||
"@semantic-release/github",
|
||||
["@semantic-release/exec", {
|
||||
"prepareCmd": "echo '::set-env name=CAOS_NEXT_VERSION::v${nextRelease.version}'"
|
||||
}],
|
||||
"@semantic-release/github"
|
||||
]
|
||||
};
|
Loading…
Add table
Add a link
Reference in a new issue