Skip to content

Commit 78807c7

Browse files
committed
ci: trigger release-please with deps update
1 parent 3ae6b1a commit 78807c7

2 files changed

Lines changed: 65 additions & 2 deletions

File tree

.github/release-please-config.json

Lines changed: 63 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,63 @@
1+
{
2+
"packages": {
3+
".": {
4+
"release-type": "python",
5+
"changelog-sections": [
6+
{
7+
"type": "feat",
8+
"section": "Features"
9+
},
10+
{
11+
"type": "fix",
12+
"section": "Bug Fixes"
13+
},
14+
{
15+
"type": "deps",
16+
"section": "Dependencies"
17+
},
18+
{
19+
"type": "perf",
20+
"section": "Performance Improvements"
21+
},
22+
{
23+
"type": "revert",
24+
"section": "Reverts"
25+
},
26+
{
27+
"type": "docs",
28+
"section": "Documentation"
29+
},
30+
{
31+
"type": "style",
32+
"section": "Styles",
33+
"hidden": true
34+
},
35+
{
36+
"type": "chore",
37+
"section": "Miscellaneous Chores",
38+
"hidden": true
39+
},
40+
{
41+
"type": "refactor",
42+
"section": "Code Refactoring",
43+
"hidden": true
44+
},
45+
{
46+
"type": "test",
47+
"section": "Tests",
48+
"hidden": true
49+
},
50+
{
51+
"type": "build",
52+
"section": "Build System",
53+
"hidden": true
54+
},
55+
{
56+
"type": "ci",
57+
"section": "Continuous Integration",
58+
"hidden": true
59+
}
60+
]
61+
}
62+
}
63+
}

.github/workflows/update-balatrobot-dependency.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,8 @@ jobs:
3636
uses: peter-evans/create-pull-request@v6
3737
with:
3838
token: ${{ secrets.GITHUB_TOKEN }}
39-
commit-message: "chore(deps): update balatrobot to ${{ steps.version.outputs.VERSION }}"
40-
title: "chore(deps): bump balatrobot to ${{ steps.version.outputs.VERSION }}"
39+
commit-message: "deps: update balatrobot to ${{ steps.version.outputs.VERSION }}"
40+
title: "deps: bump balatrobot to ${{ steps.version.outputs.VERSION }}"
4141
body: |
4242
Automatic dependency update after balatrobot release `${{ steps.version.outputs.VERSION }}`
4343

0 commit comments

Comments
 (0)