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
This commit adds a workflow to release the Spring Framework from GitHub Actions. Closes gh-33179