Skip to content

Commit 9842ddd

Browse files
committed
chore(ci): update release please config
1 parent df5f555 commit 9842ddd

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

.github/workflows/release.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,4 +19,3 @@ jobs:
1919
uses: googleapis/release-please-action@v4
2020
with:
2121
token: ${{ secrets.GITHUB_TOKEN }}
22-
release-type: simple

release-please-config.json

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
{
2+
"release-type": "simple",
3+
"bump-minor-pre-major": true,
4+
"bump-patch-for-minor-pre-major": true,
5+
"pull-request-title-pattern": "chore: Release ${version}",
6+
"group-pull-request-title-pattern": "chore: Release ${version}",
7+
"packages": {
8+
".": {
9+
"release-type": "simple",
10+
"include-component-in-tag": false
11+
}
12+
},
13+
"plugins": ["sentence-case"]
14+
}

0 commit comments

Comments
 (0)