ephraimbuddy opened a new pull request, #27829:
URL: https://github.com/apache/airflow/pull/27829
This PR aims to automate some parts of the release process.
For RC, we have a command to run the release process:
breeze release-management start-rc-process --version 2.4.3rc1
--previous-version 2.4.2
For release, the below command runs the process:
breeze release-management start-release --release-candidate 2.4.3rc1
--previous-release <PREVIOUS RELEASE>
And there's a command for creating a version branch when releasing a minor
version:
breeze release-management create-minor-branch --version-branch
${VERSION_BRANCH}
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]