Skip to content

Commit

Permalink
ci: fix release-please config
Browse files Browse the repository at this point in the history
  • Loading branch information
Mogyuchi committed Dec 11, 2023
1 parent 960513f commit d78f656
Showing 1 changed file with 12 additions and 7 deletions.
19 changes: 12 additions & 7 deletions .github/.config/release-please-config.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,16 @@
{
"bootstrap-sha": "86d3256e4ee1c7b80f90a5ee92be4f3a8c176abc",
"changelog-path": "CHANGELOG.md",
"release-type": "rust",
"bump-minor-pre-major": false,
"bump-patch-for-minor-pre-major": false,
"draft": false,
"prerelease": false,
"pull-request-title-pattern": "release: v${version}",
"packages": {
".": {
"changelog-path": "CHANGELOG.md",
"release-type": "rust",
"bump-minor-pre-major": false,
"bump-patch-for-minor-pre-major": false,
"draft": false,
"prerelease": false,
"include-component-in-tag": false,
"pull-request-title-pattern": "release: v${version}"
}
},
"$schema": "https://raw.githubusercontent.com/googleapis/release-please/main/schemas/config.json"
}

0 comments on commit d78f656

Please sign in to comment.