Skip to content

Commit

Permalink
Merge pull request #10 from oleast/fix/semantic-release-git
Browse files Browse the repository at this point in the history
  • Loading branch information
oleast authored Dec 21, 2022
2 parents fa976d9 + 5c3d550 commit a20f79c
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 a20f79c

Please sign in to comment.