Automate updating project page with latest release #11308
Labels
in: build
An issue in the build
theme: build-automation
Build enhancements and reusability for automating releases, sending notifications, etc.
type: task
A general task
The existing gradle task (
./gradlew saganCreateRelease saganDeleteRelease -PnextVersion=$nextVersion -PpreviousVersion=$previousVersion
) can be used to update the project page. We will need to account for handling SNAPSHOT versions, so this could be added tocontinuous-integration-workflow.yml
as a separate task (not in thejobs.create_release
job since it only runs for releases) as follows:saganCreateRelease
task with the current reference/api documentation links and the current project versionsaganDeleteRelease
taskSee https://spring.io/restdocs/index.html#release.
The text was updated successfully, but these errors were encountered: