mirror of
https://github.com/spring-projects/spring-framework.git
synced 2026-09-17 16:39:29 +00:00
This commit updates the "create-github-release" action to allow an additional input that specifies whether this is a pre-release. If that is the case, then the `--prerelease` flag is set. Closes gh-33200