Skip to content

Commit

Permalink
build: Update release please configs (#165)
Browse files Browse the repository at this point in the history
build: update release please configs
  • Loading branch information
ronnnnn committed Sep 6, 2024
1 parent 4ea379c commit 408f83c
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 17 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,3 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: googleapis/release-please-action@7987652d64b4581673a76e33ad5e98e3dd56832f # v4
with:
release-type: dart
include-component-in-tag: true
36 changes: 22 additions & 14 deletions release-please-config.json
Original file line number Diff line number Diff line change
@@ -1,45 +1,53 @@
{
"packages": {
".": {
"skip-github-release": true,
"release-type": "dart"
},
"./packages/nilts": {
"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": "build",
"section": "Build System"
},
{
"type": "upgrade",
"section": "Dependency Upgrades"
"type": "clean",
"section": "Code Cleanup"
},
{
"type": "docs",
"section": "Documentation"
},
{
"type": "feat",
"section": "New Features"
},
{
"type": "fix",
"section": "Bug Fixes"
},
{
"type": "refactor",
"section": "Code Refactoring"
},
{
"type": "revert",
"section": "Reverts"
},
{
"type": "style",
"section": "Code Style"
},
{
"type": "test",
"section": "Tests"
},
{
"type": "build",
"section": "Build System"
"type": "update",
"section": "Feature Updates"
},
{
"type": "upgrade",
"section": "Dependency Upgrades"
}
],
"draft": false,
Expand Down

0 comments on commit 408f83c

Please sign in to comment.