Skip to content

Commit 87b0409

Browse files
chore: add changelog generation
1 parent 573d788 commit 87b0409

File tree

1 file changed

+12
-1
lines changed

1 file changed

+12
-1
lines changed

release.config.js

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,14 +6,25 @@ module.exports = {
66
plugins: [
77
'@semantic-release/commit-analyzer',
88
'@semantic-release/release-notes-generator',
9+
[
10+
"@semantic-release/changelog",
11+
{
12+
"changelogFile": "CHANGELOG.md"
13+
}
14+
],
915
[
1016
'@semantic-release/github',
1117
{
1218
'assets': ['dist/analog/public'],
1319
successComment: false,
1420
}
1521
],
16-
'@semantic-release/git'
22+
[
23+
"@semantic-release/git",
24+
{
25+
"assets": ["docs/CHANGELOG.md"]
26+
}
27+
]
1728
],
1829
'preset': 'angular'
1930
};

0 commit comments

Comments
 (0)