Skip to content

Commit

Permalink
ci: Fix ci not pushing package.json update back to repo
Browse files Browse the repository at this point in the history
  • Loading branch information
Hobart2967 committed Aug 13, 2024
1 parent db6fc98 commit 6615059
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .releaserc.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,9 @@ export default {
['@semantic-release/npm', {
"pkgRoot": "./projects/skwid/dist"
}],
'@semantic-release/git',
["@semantic-release/git", {
"assets": ["package.json"],
"message": "chore(release): ${nextRelease.version} [skip ci]\n\n${nextRelease.notes}"
}]
],
};

0 comments on commit 6615059

Please sign in to comment.