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 38c26ca commit 9f1d761Copy full SHA for 9f1d761
.releaserc.json
@@ -2,6 +2,14 @@
2
"branches": ["master"],
3
"plugins": [
4
["@semantic-release/commit-analyzer", { "preset": "conventionalcommits" }],
5
+ ["@semantic-release/release-notes-generator", {
6
+ "preset": "conventionalcommits",
7
+ "writerOpts": {
8
+ "transform": {
9
+ "date": false
10
+ }
11
12
+ }],
13
"@semantic-release/npm",
14
"@semantic-release/github"
15
]
0 commit comments