Skip to content

Commit c2a74d8

Browse files
committed
Customize release generated notes using labels based categories
1 parent 6f83255 commit c2a74d8

File tree

1 file changed

+27
-0
lines changed

1 file changed

+27
-0
lines changed

.github/release.yml

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
# https://docs.github.com/en/repositories/releasing-projects-on-github/automatically-generated-release-notes#configuring-automatically-generated-release-notes
2+
changelog:
3+
categories:
4+
- title: 'Changes made to the core: `yokai/batch`'
5+
labels: ['yokai/batch']
6+
- title: 'Changes made to the `box/spout` bridge: `yokai/batch-box-spout`'
7+
labels: ['yokai/batch-box-spout']
8+
- title: 'Changes made to the `doctrine/dbal` bridge: `yokai/batch-doctrine-dbal`'
9+
labels: ['yokai/batch-doctrine-dbal']
10+
- title: 'Changes made to the `doctrine/orm` bridge: `yokai/batch-doctrine-orm`'
11+
labels: ['yokai/batch-doctrine-orm']
12+
- title: 'Changes made to the `doctrine/persistence` bridge: `yokai/batch-doctrine-persistence`'
13+
labels: ['yokai/batch-doctrine-persistence']
14+
- title: 'Changes made to the `league/flysystem` bridge: `yokai/batch-league-flysystem`'
15+
labels: ['yokai/batch-league-flysystem']
16+
- title: 'Changes made to the `symfony/console` bridge: `yokai/batch-symfony-console`'
17+
labels: ['yokai/batch-symfony-console']
18+
- title: 'Changes made to the `symfony/framework-bundle` bridge: `yokai/batch-symfony-framework`'
19+
labels: ['yokai/batch-symfony-framework']
20+
- title: 'Changes made to the `symfony/messenger` bridge: `yokai/batch-symfony-messenger`'
21+
labels: ['yokai/batch-symfony-messenger']
22+
- title: 'Changes made to the Symfony install pack: `yokai/batch-symfony-pack`'
23+
labels: ['yokai/batch-symfony-pack']
24+
- title: 'Changes made to the `symfony/serializer` bridge: `yokai/batch-symfony-serializer`'
25+
labels: ['yokai/batch-symfony-serializer']
26+
- title: 'Changes made to the `symfony/validator` bridge: `yokai/batch-symfony-validator`'
27+
labels: ['yokai/batch-symfony-validator']

0 commit comments

Comments
 (0)