yaooqinn commented on code in PR #537: URL: https://github.com/apache/spark-website/pull/537#discussion_r1687443888
########## site/release-process.html: ########## @@ -541,16 +541,18 @@ <h4 id="update-the-rest-of-the-spark-website">Update the rest of the Spark websi $ export PREVIOUS_RELEASE_TAG=v1.1.0 # Generate initial contributors list, likely with warnings $ ./generate-contributors.py -# set JIRA_USERNAME, JIRA_PASSWORD, and GITHUB_API_TOKEN +# Set GITHUB_OAUTH_KEY. +$ export GITHUB_OAUTH_KEY=blabla +# set either JIRA_ACCESS_TOKEN (for 4.0.0 and later) or JIRA_USERNAME / JIRA_PASSWORD. Review Comment: ```suggestion # Set either JIRA_ACCESS_TOKEN (for 4.0.0 and later) or JIRA_USERNAME / JIRA_PASSWORD. ``` -- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
