Skip to content

Commit

Permalink
fix: always bump prerelease
Browse files Browse the repository at this point in the history
  • Loading branch information
mdshack committed Aug 3, 2024
1 parent 81a9b9b commit 5aab2a5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "2.0.0-beta-1"
".": "2.0.0-beta-0"
}
3 changes: 2 additions & 1 deletion release-please-config.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@
".": {
"release-type": "php",
"prerelease": true,
"prerelease-type": "beta"
"prerelease-type": "beta",
"always-bump-prerelease": true
}
}
}

0 comments on commit 5aab2a5

Please sign in to comment.