Merge branch 'master' of gitlab.com:mythic-insight/legendary

This commit is contained in:
Robert Prehn 2020-12-22 11:51:26 -06:00
commit 2e117116a7

View file

@ -25,9 +25,12 @@
"release": { "release": {
"plugins": [ "plugins": [
"@semantic-release/commit-analyzer", "@semantic-release/commit-analyzer",
["@semantic-release/git", { [
"message": "chore(release): ${nextRelease.version}\n\n${nextRelease.notes}" "@semantic-release/git",
}] {
"message": "chore(release): ${nextRelease.version}\n\n${nextRelease.notes}"
}
]
], ],
"publish": [ "publish": [
{ {