Skip to content

Commit

Permalink
build: add release commit type
Browse files Browse the repository at this point in the history
  • Loading branch information
ronnnnn committed Feb 16, 2025
1 parent a6ab823 commit 1f1676e
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/pr-title.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,5 +36,6 @@ jobs:
test
update
upgrade
release
requireScope: false
wip: true
8 changes: 8 additions & 0 deletions release-please-config.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,10 @@
{
"type": "upgrade",
"section": "Dependency Upgrades"
},
{
"type": "release",
"section": "Release"
}
],
"draft": false,
Expand Down Expand Up @@ -108,6 +112,10 @@
{
"type": "upgrade",
"section": "Dependency Upgrades"
},
{
"type": "release",
"section": "Release"
}
],
"draft": false,
Expand Down

0 comments on commit 1f1676e

Please sign in to comment.