Skip to content

Commit d0f8019

Browse files
authored
Update Release Notes Template to Include spring-boot (#741)
1 parent ae0db62 commit d0f8019

1 file changed

Lines changed: 18 additions & 0 deletions

File tree

.github/release.yml

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ changelog:
1717
exclude:
1818
labels:
1919
- "library: okhttp-gson"
20+
- "library: spring-boot"
2021
- "library: webclient"
2122

2223
- title: "[okhttp-gson] New Features"
@@ -27,6 +28,14 @@ changelog:
2728
labels:
2829
- bug
2930

31+
- title: "[spring-boot] New Features"
32+
labels:
33+
- feat
34+
- "library: spring-boot"
35+
exclude:
36+
labels:
37+
- bug
38+
3039
- title: "[webclient] New Features"
3140
labels:
3241
- feat
@@ -41,6 +50,7 @@ changelog:
4150
exclude:
4251
labels:
4352
- "library: okhttp-gson"
53+
- "library: spring-boot"
4454
- "library: webclient"
4555

4656
- title: "[okhttp-gson] Bug Fixes"
@@ -51,6 +61,14 @@ changelog:
5161
labels:
5262
- feat
5363

64+
- title: "[spring-boot] Bug Fixes"
65+
labels:
66+
- bug
67+
- "library: spring-boot"
68+
exclude:
69+
labels:
70+
- feat
71+
5472
- title: "[webclient] Bug Fixes"
5573
labels:
5674
- bug

0 commit comments

Comments
 (0)