We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c07cb7e commit 8f3b2dbCopy full SHA for 8f3b2db
.releaserc.yml
@@ -14,7 +14,7 @@ plugins:
14
]
15
- [
16
"@semantic-release/git",
17
- { "assets": ["CHANGELOG.md", "composer.json"], "message": "chore(release): ${nextRelease.version} [skip ci]\n\n${nextRelease.notes}" },
+ { "assets": ["CHANGELOG.md"], "message": "chore(release): ${nextRelease.version} [skip ci]\n\n${nextRelease.notes}" },
18
19
- ["@semantic-release/github", { "successComment": false, "failComment": false, "releasedLabels": false }]
20
0 commit comments