Skip to content

Commit

Permalink
fix: add specific dev branch in releaserc.js
Browse files Browse the repository at this point in the history
  • Loading branch information
alexandrebouthinon committed Sep 27, 2024
1 parent acfd8a0 commit e11a823
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 @@ -22,7 +22,7 @@ module.exports = {
prerelease: true,
},
{
name: "+([0-9])-dev",
name: "2-dev",
prerelease: "dev"
}
],
Expand Down

0 comments on commit e11a823

Please sign in to comment.