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 ca75d56 commit df2f070
Showing 1 changed file with 7 additions and 11 deletions.
18 changes: 7 additions & 11 deletions .github/.config/release-please-config.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,11 @@
{
"bootstrap-sha": "86d3256e4ee1c7b80f90a5ee92be4f3a8c176abc",
"packages": {
".": {
"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}"
}
},
"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}",
"$schema": "https://raw.githubusercontent.com/googleapis/release-please/main/schemas/config.json"
}

0 comments on commit df2f070

Please sign in to comment.