Skip to content

Commit

Permalink
Merge pull request #19 from p-chan-sandbox/feature/fix-prerelease
Browse files Browse the repository at this point in the history
chore: fix prerelease
  • Loading branch information
p-chan authored Jul 20, 2024
2 parents 5a06b0d + 523ddb8 commit 548567a
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions release-please-config.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
{
"$schema": "https://raw.githubusercontent.com/googleapis/release-please/main/schemas/config.json",
"bump-minor-pre-major": true,
"prerelease": true,
"prerelease-type": "alpha",
"packages": {
".": {}
".": {
"prerelease": true,
"prerelease-type": "alpha"
}
}
}

0 comments on commit 548567a

Please sign in to comment.