Harmonize CI pipeline

This commit is contained in:
Stephane Nicoll
2020-12-17 07:11:59 +01:00
parent d0cb9fc546
commit 35d40e3619
14 changed files with 272 additions and 163 deletions

View File

@@ -0,0 +1,17 @@
changelog:
repository: spring-io/initializr
sections:
- title: ":star: New Features"
labels:
- "type: enhancement"
- title: ":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"

View File

@@ -0,0 +1,9 @@
logging:
level:
io.spring.concourse: DEBUG
distribute:
optional-deployments:
- '.*\\.zip'
spring:
main:
banner-mode: off