Skip to content

Commit 9f1d761

Browse files
committed
Revert "chore: disable auto release note gen in semantic-release to prevent Invalid time value error"
This reverts commit 38c26ca.
1 parent 38c26ca commit 9f1d761

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.releaserc.json

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,14 @@
22
"branches": ["master"],
33
"plugins": [
44
["@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+
}],
513
"@semantic-release/npm",
614
"@semantic-release/github"
715
]

0 commit comments

Comments
 (0)