Skip to content

Commit

Permalink
chore(semantic-release): reorder plugins (#99)
Browse files Browse the repository at this point in the history
  • Loading branch information
lsndr authored Apr 22, 2024
1 parent e16cebb commit bf01e80
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .releaserc
Original file line number Diff line number Diff line change
Expand Up @@ -39,9 +39,9 @@
}
}
],
"@semantic-release/github",
"@semantic-release/npm",
"@semantic-release/git"
"@semantic-release/git",
"@semantic-release/github"
],
"branches": ["+([0-9])?(.{+([0-9]),x}).x", "master", {"name": "next", "prerelease": true}]
}

0 comments on commit bf01e80

Please sign in to comment.