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 573d788 commit 87b0409Copy full SHA for 87b0409
release.config.js
@@ -6,14 +6,25 @@ module.exports = {
6
plugins: [
7
'@semantic-release/commit-analyzer',
8
'@semantic-release/release-notes-generator',
9
+ [
10
+ "@semantic-release/changelog",
11
+ {
12
+ "changelogFile": "CHANGELOG.md"
13
+ }
14
+ ],
15
[
16
'@semantic-release/github',
17
{
18
'assets': ['dist/analog/public'],
19
successComment: false,
20
}
21
],
- '@semantic-release/git'
22
23
+ "@semantic-release/git",
24
25
+ "assets": ["docs/CHANGELOG.md"]
26
27
+ ]
28
29
'preset': 'angular'
30
};
0 commit comments