Skip to content

Commit

Permalink
chore: fix release please configuration
Browse files Browse the repository at this point in the history
Release-As: 0.18.0
  • Loading branch information
JKRhb committed Jul 13, 2024
1 parent bb37f8a commit 317b92f
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 4 deletions.
2 changes: 0 additions & 2 deletions .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
{
"bump-minor-pre-major": true,
"bump-patch-for-minor-pre-major": true,
".": "0.17.0"
}
12 changes: 10 additions & 2 deletions release-please-config.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,14 @@

{
"release-type": "dart",
"$schema": "https://raw.githubusercontent.com/googleapis/release-please/main/schemas/config.json",
"packages": {
".": {}
".": {
"changelog-path": "CHANGELOG.md",
"release-type": "dart",
"bump-minor-pre-major": true,
"bump-patch-for-minor-pre-major": true,
"draft": false,
"prerelease": false
}
}
}

0 comments on commit 317b92f

Please sign in to comment.