You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by GitBox <gi...@apache.org> on 2022/04/28 08:12:36 UTC

[GitHub] [airflow] ephraimbuddy opened a new pull request, #23322: Update Airflow Release Doc

ephraimbuddy opened a new pull request, #23322:
URL: https://github.com/apache/airflow/pull/23322

   Minor update of the airflow release doc
   


-- 
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: commits-unsubscribe@airflow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [airflow] kaxil commented on a diff in pull request #23322: Update Airflow Release Doc

Posted by GitBox <gi...@apache.org>.
kaxil commented on code in PR #23322:
URL: https://github.com/apache/airflow/pull/23322#discussion_r860838865


##########
dev/README_RELEASE_AIRFLOW.md:
##########
@@ -199,11 +199,14 @@ The Release Candidate artifacts we vote upon should be the exact ones we vote ag
 
 - Check out the 'test' branch
 
+  For major/minor version release, please follow  the instructions at [[\Optional\] Prepare new release branches and cache](#%5Coptional%5C-prepare-new-release-branches-and-cache) to create the 'test' and 'stable' branches.
+
     ```shell script
     git checkout v${VERSION_BRANCH}-test
     ```
 
-- Set your version to 2.0.N in `setup.py` (without the RC tag)
+- Set your version in `setup.py` (without the RC tag)
+- Modify `./scripts/ci/pre_commit/pre_commit_supported_versions.py` and let pre-commit do the job

Review Comment:
   ```suggestion
   - Add supported Airflow version to `./scripts/ci/pre_commit/pre_commit_supported_versions.py` and let pre-commit do the job
   ```



-- 
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: commits-unsubscribe@airflow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [airflow] kaxil commented on a diff in pull request #23322: Update Airflow Release Doc

Posted by GitBox <gi...@apache.org>.
kaxil commented on code in PR #23322:
URL: https://github.com/apache/airflow/pull/23322#discussion_r860837945


##########
dev/README_RELEASE_AIRFLOW.md:
##########
@@ -199,11 +199,14 @@ The Release Candidate artifacts we vote upon should be the exact ones we vote ag
 
 - Check out the 'test' branch
 
+  For major/minor version release, please follow  the instructions at [[\Optional\] Prepare new release branches and cache](#%5Coptional%5C-prepare-new-release-branches-and-cache) to create the 'test' and 'stable' branches.

Review Comment:
   We don't need optional in anchor text



-- 
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: commits-unsubscribe@airflow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [airflow] kaxil commented on a diff in pull request #23322: Update Airflow Release Doc

Posted by GitBox <gi...@apache.org>.
kaxil commented on code in PR #23322:
URL: https://github.com/apache/airflow/pull/23322#discussion_r860837763


##########
dev/README_RELEASE_AIRFLOW.md:
##########
@@ -199,11 +199,14 @@ The Release Candidate artifacts we vote upon should be the exact ones we vote ag
 
 - Check out the 'test' branch
 
+  For major/minor version release, please follow  the instructions at [[\Optional\] Prepare new release branches and cache](#%5Coptional%5C-prepare-new-release-branches-and-cache) to create the 'test' and 'stable' branches.

Review Comment:
   ```suggestion
     For major/minor version release, please follow  the instructions at [Prepare new release branches and cache](#%5Coptional%5C-prepare-new-release-branches-and-cache) to create the 'test' and 'stable' branches.
   ```



-- 
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: commits-unsubscribe@airflow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [airflow] ephraimbuddy merged pull request #23322: Update Airflow Release Doc

Posted by GitBox <gi...@apache.org>.
ephraimbuddy merged PR #23322:
URL: https://github.com/apache/airflow/pull/23322


-- 
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: commits-unsubscribe@airflow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [airflow] github-actions[bot] commented on pull request #23322: Update Airflow Release Doc

Posted by GitBox <gi...@apache.org>.
github-actions[bot] commented on PR #23322:
URL: https://github.com/apache/airflow/pull/23322#issuecomment-1111976953

   The PR is likely ready to be merged. No tests are needed as no important environment files, nor python files were modified by it. However, committers might decide that full test matrix is needed and add the 'full tests needed' label. Then you should rebase it to the latest main or amend the last commit of the PR, and push it with --force-with-lease.


-- 
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: commits-unsubscribe@airflow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [airflow] jedcunningham commented on a diff in pull request #23322: Update Airflow Release Doc

Posted by GitBox <gi...@apache.org>.
jedcunningham commented on code in PR #23322:
URL: https://github.com/apache/airflow/pull/23322#discussion_r861204472


##########
dev/README_RELEASE_AIRFLOW.md:
##########
@@ -584,7 +588,7 @@ Hey fellow Airflowers,
 
 I have cut Airflow ${VERSION}. This email is calling a vote on the release,
 which will last for 72 hours, from Friday, October 8, 2021 at 4:00 pm UTC

Review Comment:
   ```suggestion
   which will last at least 72 hours, from Friday, October 8, 2021 at 4:00 pm UTC
   ```



-- 
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: commits-unsubscribe@airflow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org