Skip to content

Commit

Permalink
fix(semantic-release): try moving git plugin to fix release commit
Browse files Browse the repository at this point in the history
  • Loading branch information
oleast committed Dec 21, 2022
1 parent fa976d9 commit 5c3d550
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 @@ -9,6 +9,7 @@ module.exports = {
],
"@semantic-release/release-notes-generator",
"@semantic-release/npm",
"@semantic-release/github",
[
"@semantic-release/git",
{
Expand All @@ -17,6 +18,5 @@ module.exports = {
"chore(release): ${nextRelease.version} [skip ci]\n\n${nextRelease.notes}",
},
],
"@semantic-release/github",
],
};

0 comments on commit 5c3d550

Please sign in to comment.