Skip to content

Commit

Permalink
ci(release): Update to @semantic-release/git config (#2092)
Browse files Browse the repository at this point in the history
This properly commits the package.json update post publish
  • Loading branch information
cutterbl committed Jan 4, 2022
1 parent 83ad139 commit ce8d137
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "react-big-calendar",
"version": "0.38.3",
"version": "0.38.4",
"description": "Calendar! with events",
"author": {
"name": "Jason Quense",
Expand Down
2 changes: 1 addition & 1 deletion release.config.js
Expand Up @@ -19,7 +19,7 @@ module.exports = {
[
'@semantic-release/git',
{
assets: ['CHANGELOG.md'],
assets: ['CHANGELOG.md', 'package.json'],
message:
'chore(release): set `package.json` to ${nextRelease.version} [skip ci]\n\n${nextRelease.notes}',
},
Expand Down

0 comments on commit ce8d137

Please sign in to comment.