spring-cloud-release-tools
spring-cloud-release-tools copied to clipboard
Tools used for the Spring Cloud release process
``` dependencyManagement { imports { mavenBom "org.springframework.cloud:spring-cloud-dependencies:Finchley.SR2" } } ``` we could automatically find and replace the boms or versions if they match a regex
https://github.com/spring-io/github-release-notes-generator
https://stackoverflow.com/questions/13836978/maven-skip-compile `mvn package -Dmaven.main.skip`
Add `releaser.[maven | gradle | bash].ga-release-build-command`. This command will only be used for non-snapshot, non-milestone, and non-rc releases (aka GA releases). In the case were it is not a GA...