Skip to content

Commit b9907c8

Browse files
chore(release): streamline changelog configuration and update release message format to skip CI
1 parent 03415fb commit b9907c8

File tree

1 file changed

+2
-7
lines changed

1 file changed

+2
-7
lines changed

release.config.js

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -46,12 +46,7 @@ module.exports = {
4646
},
4747
},
4848
],
49-
[
50-
"@semantic-release/changelog", // Updates CHANGELOG.md
51-
{
52-
preset: "conventionalcommits",
53-
},
54-
],
49+
"@semantic-release/changelog", // Updates CHANGELOG.md
5550
[
5651
{
5752
// Hook to update pubspec.yaml
@@ -73,7 +68,7 @@ module.exports = {
7368
"@semantic-release/git", // Commits CHANGELOG and bumps version if needed
7469
{
7570
assets: ["CHANGELOG.md", "pubspec.yaml"],
76-
message: "chore(release): ${nextRelease.version}",
71+
message: "chore(release): ${nextRelease.version} [skip ci]",
7772
},
7873
],
7974
"@semantic-release/github", // Publishes to GitHub Releases

0 commit comments

Comments
 (0)