Migrate CI to GitHub Actions
Closes gh-1461
This commit is contained in:
22
.github/actions/create-github-release/changelog-generator.yml
vendored
Normal file
22
.github/actions/create-github-release/changelog-generator.yml
vendored
Normal file
@@ -0,0 +1,22 @@
|
||||
changelog:
|
||||
repository: spring-projects/spring-ws
|
||||
sections:
|
||||
- title: ":star: New Features"
|
||||
labels:
|
||||
- "type: enhancement"
|
||||
- title: ":lady_beetle: Bug Fixes"
|
||||
labels:
|
||||
- "type: bug"
|
||||
- "type: regression"
|
||||
- title: ":notebook_with_decorative_cover: Documentation"
|
||||
labels:
|
||||
- "type: documentation"
|
||||
- title: ":hammer: Dependency Upgrades"
|
||||
sort: "title"
|
||||
labels:
|
||||
- "type: dependency-upgrade"
|
||||
contributors:
|
||||
exclude:
|
||||
names:
|
||||
- "snicoll"
|
||||
- "wilkinsona"
|
||||
Reference in New Issue
Block a user