Skip to content

Commit d773152

Browse files
authored
fix(docs-site): docs changes should be committed back into repo
1 parent 34f41eb commit d773152

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.releaserc.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ module.exports = {
4747
[
4848
'@semantic-release/git',
4949
{
50-
assets: ['CHANGELOG.md', 'package.json', 'packages/*/package.json'],
50+
assets: ['CHANGELOG.md', 'package.json', 'packages/*/package.json', 'docs'],
5151
message:
5252
"release: <%= nextRelease.version %> [skip ci]\n\n<%= nextRelease.notes %> \n\n<%= new Date().toLocaleDateString('en-US', {year: 'numeric', month: 'short', day: 'numeric', hour: 'numeric', minute: 'numeric' }) %>",
5353
},

0 commit comments

Comments
 (0)