File tree Expand file tree Collapse file tree 2 files changed +19
-1
lines changed Expand file tree Collapse file tree 2 files changed +19
-1
lines changed Original file line number Diff line number Diff line change
1
+ changelog :
2
+ repository : spring-projects/spring-boot
3
+ sections :
4
+ - title : " :star: New Features"
5
+ labels :
6
+ - " type: enhancement"
7
+ - title : " :beetle: Bug Fixes"
8
+ labels :
9
+ - " type: bug"
10
+ - " type: regression"
11
+ - title : " :notebook_with_decorative_cover: Documentation"
12
+ labels :
13
+ - " type: documentation"
14
+ - title : " :hammer: Dependency Upgrades"
15
+ sort : " title"
16
+ labels :
17
+ - " type: dependency-upgrade"
Original file line number Diff line number Diff line change 1
1
#! /bin/bash
2
2
set -e
3
3
4
+ CONFIG_DIR=git-repo/ci/config
4
5
version=$( cat version/version )
5
6
6
7
java -jar /github-changelog-generator.jar \
7
- --changelog.repository=spring-projects/spring-boot \
8
+ --spring.config.location= ${CONFIG_DIR} /changelog-generator.yml \
8
9
${version} generated-changelog/changelog.md
9
10
10
11
echo ${version} > generated-changelog/version
You can’t perform that action at this time.
0 commit comments