Skip to content

Commit

Permalink
build: Update release please configs (#159)
Browse files Browse the repository at this point in the history
build: update release please configs
  • Loading branch information
ronnnnn committed Sep 5, 2024
1 parent 14a1280 commit 12de3bf
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
1 change: 0 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,4 @@ jobs:
- uses: googleapis/release-please-action@7987652d64b4581673a76e33ad5e98e3dd56832f # v4
with:
release-type: dart
path: packages/nilts
include-component-in-tag: true
6 changes: 3 additions & 3 deletions release-please-config.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{
"pull-request-title-pattern": "release: ${component} ${version}",
"label": "release",
"release-label": "release",
"packages": {
"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,
"draft": false,
Expand Down

0 comments on commit 12de3bf

Please sign in to comment.