potiuk commented on code in PR #36470:
URL: https://github.com/apache/airflow/pull/36470#discussion_r1437678832
##########
dev/README_RELEASE_PROVIDER_PACKAGES.md:
##########
@@ -531,26 +531,38 @@ git push --set-upstream origin "${branch}"
Create a GitHub issue with the content generated via manual
execution of the script below. You will use link to that issue in the next
step. You need a GITHUB_TOKEN
-set as your environment variable.
-
-You can also pass the token as `--github-token` option in the script.
-You can also pass list of PR to be excluded from the issue with
`--excluded-pr-list`.
+set as your environment variable or pass the token as `--github-token` option
in the script.
Review Comment:
> super nit: Will it be better if we provide the export GITHUB_TOKEN=<your
token> here?
Both work. I personally use a token that I generate only for that and delete
right after, so I prefer to use `--github-token` as it's single command to pass
it in. But we can add example for both.
--
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]