Skip to content

Commit 8c0bbf7

Browse files
author
Mateusz Smektała
committed
chore(release): improve automated release notes
1 parent b2e4136 commit 8c0bbf7

2 files changed

Lines changed: 12 additions & 1 deletion

File tree

.github/release.yml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
changelog:
2+
categories:
3+
- title: Changes
4+
labels:
5+
- "*"
6+
- title: Dependencies
7+
labels:
8+
- dependencies
9+
exclude:
10+
labels:
11+
- ignore-for-release

.release-please-config.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
{
22
"$schema": "https://raw.githubusercontent.com/googleapis/release-please/main/schemas/config.json",
33
"release-type": "python",
4+
"changelog-type": "github",
45
"include-v-in-tag": true,
56
"include-component-in-tag": false,
67
"packages": {
@@ -10,4 +11,3 @@
1011
}
1112
}
1213
}
13-

0 commit comments

Comments
 (0)