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
milestone=${version}
@@ -9,7 +10,7 @@ if [[ $RELEASE_TYPE = "RELEASE" ]]; then
9
10
fi
10
11
11
12
java -jar /github-changelog-generator.jar \
12
- --changelog.repository=spring-projects/spring-boot \
13
+ --spring.config.location= ${CONFIG_DIR} /changelog-generator.yml \
13
14
${milestone} generated-changelog/changelog.md
14
15
15
16
echo ${version} > generated-changelog/version
You can’t perform that action at this time.
0 commit comments