Skip to content

Commit 8120c43

Browse files
committed
Build: including github update as part of semantic-release; resolves #6
1 parent 56363f7 commit 8120c43

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

release.config.js

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,12 @@ module.exports = {
44
'@semantic-release/commit-analyzer',
55
'@semantic-release/release-notes-generator',
66
'@semantic-release/changelog',
7-
'@semantic-release/github',
7+
[
8+
'@semantic-release/github',
9+
{
10+
message: 'Docs: ${nextRelease.version} [skip ci]\n\n${nextRelease.note}'
11+
}
12+
],
813
'@semantic-release/npm'
914
],
1015
preset: 'eslint'

0 commit comments

Comments
 (0)