We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b129602 commit 5f4c0dcCopy full SHA for 5f4c0dc
.github/workflows/tests.yml
@@ -4,6 +4,8 @@ on:
4
branches:
5
- main
6
pull_request:
7
+ branches-ignore:
8
+ - 'release-please--branches--main'
9
workflow_dispatch:
10
11
jobs:
release-please-config.json
@@ -1,6 +1,8 @@
1
{
2
"release-type": "python",
3
"target-branch": "main",
+ "include-v-in-tag": true,
+ "pull-request-title-pattern": "chore: release ${version}",
"changelog-sections": [
"type": "feat",
@@ -19,7 +21,7 @@
19
21
},
20
22
23
"type": "chore",
- "section": "🤡 Other Changes",
24
+ "section": "⛏ Other Changes",
25
"hidden": false
26
27
0 commit comments