Skip to content

Commit 4525e95

Browse files
committed
Update .releaserc.json
1 parent 6e1d028 commit 4525e95

File tree

1 file changed

+1
-20
lines changed

1 file changed

+1
-20
lines changed

.releaserc.json

Lines changed: 1 addition & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -18,27 +18,8 @@
1818
],
1919
[
2020
"@semantic-release/github",
21-
{
22-
"successComment": "This ${issue.pull_request ? 'PR is included' : 'issue has been resolved'} in version ${nextRelease.version} :tada:",
23-
"labels": false,
24-
"releasedLabels": false
25-
}
26-
],
27-
[
2821
"@semantic-release/changelog",
29-
{
30-
"changelogFile": "CHANGELOG.md",
31-
"changelogTitle": "# Changelog\n\nAll notable changes to this project will be documented in this file."
32-
}
33-
],
34-
[
35-
"@semantic-release/git",
36-
{
37-
"assets": [
38-
"CHANGELOG.md"
39-
],
40-
"message": "chore(release): version ${nextRelease.version} [skip ci]\n\n${nextRelease.notes}"
41-
}
22+
"@semantic-release/git"
4223
]
4324
]
4425
}

0 commit comments

Comments
 (0)