chore: enhance CI process

This commit is contained in:
Florian Forster 2020-04-09 21:06:12 +02:00
parent 7afdc344a0
commit 83307374fd
5 changed files with 31 additions and 8 deletions

View file

@ -3,9 +3,5 @@ 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"
};