Skip to content

Commit

Permalink
build: Update release please configs (#163)
Browse files Browse the repository at this point in the history
build: update release please configs
  • Loading branch information
ronnnnn authored Sep 6, 2024
1 parent 6ea267b commit 4ea379c
Showing 1 changed file with 46 additions and 7 deletions.
53 changes: 46 additions & 7 deletions release-please-config.json
Original file line number Diff line number Diff line change
@@ -1,16 +1,55 @@
{
"packages": {
".": {
"skip-github-release": true,
"release-type": "dart"
},
"./packages/nilts": {
"package-name": "nilts",
"changelog-path": "packages/nilts/CHANGELOG.md",
"release-type": "dart",
"pull-request-title-pattern": "release: ${component} ${version}",
"label": "release",
"release-label": "release",
"bump-minor-pre-major": true,
"bump-patch-for-minor-pre-major": false,
"changelog-path": "packages/nilts/CHANGELOG.md",
"changelog-sections": [
{
"type": "feat",
"section": "New Features"
},
{
"type": "fix",
"section": "Bug Fixes"
},
{
"type": "upgrade",
"section": "Dependency Upgrades"
},
{
"type": "docs",
"section": "Documentation"
},
{
"type": "refactor",
"section": "Code Refactoring"
},
{
"type": "revert",
"section": "Reverts"
},
{
"type": "test",
"section": "Tests"
},
{
"type": "build",
"section": "Build System"
}
],
"draft": false,
"prerelease": false
"include-v-in-tag": true,
"label": "release",
"package-name": "nilts",
"prerelease": false,
"pull-request-title-pattern": "release: ${component} ${version}",
"release-label": "release",
"release-type": "dart"
}
},
"$schema": "https://raw.githubusercontent.com/googleapis/release-please/main/schemas/config.json"
Expand Down

0 comments on commit 4ea379c

Please sign in to comment.