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 11#! /bin/bash
22set -e
33
4+ CONFIG_DIR=git-repo/ci/config
45version=$( cat version/version )
56
67java -jar /github-changelog-generator.jar \
7- --changelog.repository=spring-projects/spring-boot \
8+ --spring.config.location= ${CONFIG_DIR} /changelog-generator.yml \
89 ${version} generated-changelog/changelog.md
910
1011echo ${version} > generated-changelog/version
You can’t perform that action at this time.
0 commit comments