Skip to content

Commit

Permalink
update release-please-config.json
Browse files Browse the repository at this point in the history
  • Loading branch information
yshrsmz committed Sep 1, 2024
1 parent 7e3b507 commit b16e08b
Show file tree
Hide file tree
Showing 2 changed files with 43 additions and 43 deletions.
41 changes: 0 additions & 41 deletions .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,44 +1,3 @@
{
"release-type": "simple",
"changelog-types": [
{
"type": "build",
"section": "Build System",
"hidden": false
},
{
"type": "chore",
"section": "Miscellaneous",
"hidden": false
},
{
"type": "feat",
"section": "Features",
"hidden": false
},
{
"type": "fix",
"section": "Bug Fixes",
"hidden": false
},
{
"type": "perf",
"section": "Performance Improvements",
"hidden": false
},
{
"type": "refactor",
"section": "Refactoring",
"hidden": false
},
{
"type": "revert",
"section": "Reverts",
"hidden": false
}
],
"extra-files": [
"gradle.properties"
],
".": "0.0.0"
}
45 changes: 43 additions & 2 deletions release-please-config.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,49 @@
"bump-minor-pre-major": false,
"bump-patch-for-minor-pre-major": false,
"draft": false,
"prerelease": false
"prerelease": false,
"release-type": "simple",
"changelog-types": [
{
"type": "build",
"section": "Build System",
"hidden": false
},
{
"type": "chore",
"section": "Miscellaneous",
"hidden": false
},
{
"type": "feat",
"section": "Features",
"hidden": false
},
{
"type": "fix",
"section": "Bug Fixes",
"hidden": false
},
{
"type": "perf",
"section": "Performance Improvements",
"hidden": false
},
{
"type": "refactor",
"section": "Refactoring",
"hidden": false
},
{
"type": "revert",
"section": "Reverts",
"hidden": false
}
],
"extra-files": [
"gradle.properties"
]
}
},
"$schema": "https://raw.githubusercontent.com/googleapis/release-please/main/schemas/config.json"
}
}

0 comments on commit b16e08b

Please sign in to comment.