Skip to content

Commit 8f3b2db

Browse files
committed
fix(release): remove composer.json from semantic-release assets
1 parent c07cb7e commit 8f3b2db

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.releaserc.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ plugins:
1414
]
1515
- [
1616
"@semantic-release/git",
17-
{ "assets": ["CHANGELOG.md", "composer.json"], "message": "chore(release): ${nextRelease.version} [skip ci]\n\n${nextRelease.notes}" },
17+
{ "assets": ["CHANGELOG.md"], "message": "chore(release): ${nextRelease.version} [skip ci]\n\n${nextRelease.notes}" },
1818
]
1919
- ["@semantic-release/github", { "successComment": false, "failComment": false, "releasedLabels": false }]
2020

0 commit comments

Comments
 (0)