chore: enhance CI process (#20)

* chore: enhance CI process

* chore: enhance ci

* chore: typo
This commit is contained in:
Florian Forster 2020-04-14 18:25:02 +02:00 committed by GitHub
parent 7afdc344a0
commit a842b13d25
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 31 additions and 7 deletions

View file

@ -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"
]
};