This repository was archived by the owner on May 14, 2025. It is now read-only.
-
Couldn't load subscription status.
- Fork 43
Release
Janne Valkealahti edited this page Nov 19, 2023
·
8 revisions
Releases are handled via GitHub Workflows.
- Assuming project is on version
0.0.1-SNAPSHOTand releasing0.0.1make sure:- You have
0.0.1milestone - Issues in it are closed
- You have
- Go to actions and pick
GA - Execute it manually and give version
0.0.1 - What happens next is:
- Project version is modified from
0.0.1-SNAPSHOTto0.0.1 - Changes are committed and pushed to GitHub with branch
0.0.1and tagv0.0.1 - JReleaser does its magic and creates a new release under github
- Repo
homebrew-spring-cliis updated with a new brew formula
- Project version is modified from
- When release is completed successfully:
- Close milestone
0.0.1 - Manually update version in
gradle.properties - Run
Deploy Docsworkflow againstdocs-buildbranch without any arguments
- Close milestone