Skip to content

Commit

Permalink
Update release-please-config.json
Browse files Browse the repository at this point in the history
  • Loading branch information
visze authored Sep 16, 2024
1 parent a89eb13 commit 5a9dbac
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions release-please-config.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
{
"$schema": "https://raw.githubusercontent.com/googleapis/release-please/main/schemas/config.json",
"release-type": "simple",
"pull-request-title-pattern": "build${scope}: release${component} ${version}",
"pull-request-title-pattern": "chore${scope}: release${component} ${version}",
"packages": {
".": {
"package-name": "MPRAsnakeflow",
"release-type": "simple",
"release-as": "0.1.0",
"bump-minor-pre-major": true,
"bump-patch-for-minor-pre-major": true,
"draft": true,
"prerelease": true
}
}
}
}

0 comments on commit 5a9dbac

Please sign in to comment.