Skip to content

Commit f89a3ce

Browse files
committed
fix: update release configuration by removing exec plugin and adjusting git message format
1 parent 5f87667 commit f89a3ce

File tree

1 file changed

+3
-8
lines changed

1 file changed

+3
-8
lines changed

.releaserc

Lines changed: 3 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -10,26 +10,21 @@
1010
"@semantic-release/commit-analyzer",
1111
"@semantic-release/release-notes-generator",
1212
"@semantic-release/changelog",
13-
"@semantic-release/github",
1413
[
1514
"@semantic-release/npm",
1615
{
1716
"npmPublish": false
1817
}
1918
],
20-
[
21-
"@semantic-release/exec",
22-
{
23-
"verifyReleaseCmd": ".github/ci-helpers/update_versions.sh ${nextRelease.version}"
24-
}
25-
],
2619
[
2720
"@semantic-release/git",
2821
{
2922
"assets": [
3023
"package.json",
24+
"CHANGELOG.md",
3125
"deployment/helm/Chart.yaml"
32-
]
26+
],
27+
"message": "chore(release): ${nextRelease.version} [skip ci]\n\n${nextRelease.notes}"
3328
}
3429
],
3530
"@semantic-release/github"

0 commit comments

Comments
 (0)