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 03415fb commit b9907c8Copy full SHA for b9907c8
release.config.js
@@ -46,12 +46,7 @@ module.exports = {
46
},
47
48
],
49
- [
50
- "@semantic-release/changelog", // Updates CHANGELOG.md
51
- {
52
- preset: "conventionalcommits",
53
- },
54
- ],
+ "@semantic-release/changelog", // Updates CHANGELOG.md
55
[
56
{
57
// Hook to update pubspec.yaml
@@ -73,7 +68,7 @@ module.exports = {
73
68
"@semantic-release/git", // Commits CHANGELOG and bumps version if needed
74
69
75
70
assets: ["CHANGELOG.md", "pubspec.yaml"],
76
- message: "chore(release): ${nextRelease.version}",
71
+ message: "chore(release): ${nextRelease.version} [skip ci]",
77
72
78
79
"@semantic-release/github", // Publishes to GitHub Releases
0 commit comments