Skip to content

Commit 5f4c0dc

Browse files
ci: Ignore release-please branches for CI tests (#221)
1 parent b129602 commit 5f4c0dc

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

.github/workflows/tests.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ on:
44
branches:
55
- main
66
pull_request:
7+
branches-ignore:
8+
- 'release-please--branches--main'
79
workflow_dispatch:
810

911
jobs:

release-please-config.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
{
22
"release-type": "python",
33
"target-branch": "main",
4+
"include-v-in-tag": true,
5+
"pull-request-title-pattern": "chore: release ${version}",
46
"changelog-sections": [
57
{
68
"type": "feat",
@@ -19,7 +21,7 @@
1921
},
2022
{
2123
"type": "chore",
22-
"section": "🤡 Other Changes",
24+
"section": " Other Changes",
2325
"hidden": false
2426
},
2527
{

0 commit comments

Comments
 (0)