ci: move to branch-based releases

This commit is contained in:
rlespinasse
2020-04-25 19:49:49 +02:00
parent 30ff8f2cb0
commit 74fe20250f
2 changed files with 17 additions and 5 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "github-slug-action",
"version": "1.0.1",
"version": "1.1.0",
"license": "MIT",
"scripts": {
"test": "docker run -w /workdir -v $(pwd):/workdir bats/bats:latest ./tests",
@@ -21,8 +21,16 @@
"@semantic-release/commit-analyzer",
"@semantic-release/release-notes-generator",
"@semantic-release/changelog",
"@semantic-release/git",
[
"@semantic-release/git",
{
"assets": [
"package.json"
],
"message": "chore(release): ${nextRelease.version} [skip ci]\n\n${nextRelease.notes}"
}
],
"@semantic-release/github"
]
}
}
}