Skip to content

Commit 866838b

Browse files
committed
chore: include release-notes-generator for Markdown in release notes; fixes #973
1 parent 94cb599 commit 866838b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.releaserc

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,8 @@
44
],
55
"plugins": [
66
"@semantic-release/commit-analyzer",
7+
"@semantic-release/release-notes-generator",
78
"@semantic-release/github",
89
"@semantic-release/npm"
910
]
10-
}
11+
}

0 commit comments

Comments
 (0)