Skip to content

Commit

Permalink
fix(docs-site): docs changes should be committed back into repo
Browse files Browse the repository at this point in the history
  • Loading branch information
AgentEnder authored Aug 11, 2021
1 parent 34f41eb commit d773152
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .releaserc.js
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ module.exports = {
[
'@semantic-release/git',
{
assets: ['CHANGELOG.md', 'package.json', 'packages/*/package.json'],
assets: ['CHANGELOG.md', 'package.json', 'packages/*/package.json', 'docs'],
message:
"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' }) %>",
},
Expand Down

0 comments on commit d773152

Please sign in to comment.