Skip to content

Commit 358dda1

Browse files
committed
chore: add updating of the CHANGELOG.md to the config
1 parent edda914 commit 358dda1

1 file changed

Lines changed: 13 additions & 1 deletion

File tree

.github/config/release.js

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,19 @@ export default {
1010
'@semantic-release/commit-analyzer',
1111
'semantic-release-export-data',
1212
'@semantic-release/release-notes-generator',
13-
'@semantic-release/changelog',
13+
[
14+
'@semantic-release/changelog',
15+
{
16+
"changelogFile": "CHANGELOG.md"
17+
}
18+
],
19+
[
20+
'@semantic-release/git',
21+
{
22+
"assets": ["CHANGELOG.md"],
23+
"message": "chore(release): ${nextRelease.version} [skip ci]\n\n${nextRelease.notes}"
24+
}
25+
],
1426
'@semantic-release/github'
1527
]
1628
};

0 commit comments

Comments
 (0)