-
Notifications
You must be signed in to change notification settings - Fork 4.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[release automation] Add documentation building job to build_release_candidate.yml workflow #28136
Conversation
Checks are failing. Will not request review until checks are succeeding. If you'd like to override that behavior, comment |
Stopping reviewer notifications for this pull request: review requested by someone other than the bot, ceding control |
I'll update the release guide to go along with this. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks!
I've removed the additional install line, so typescript will be busted until #28133 is submitted and cherry picked. |
…candidate.yml workflow (apache#28136) * Test version of release candidate docs action. * Fix variable substitutions. * Fix typo. * Attempt to work around typescript 1 * workaround maven config issue * Move where we pull commit. * Use gh instead * set name and email for git. * push branche * Only typescript for fast iter. * just with gh * set base branch for pr * more token * set upstream * simplify create * No f. * typo * Add base * tidy 1 * update string * no fail * Better body message * Quotes. * tiny tidy * Add working directory. * change no-fail approach * Partial refactor * clean up single use env vars * fix typo * working dir typo * cleanup * add full action execution. * Update release guide. * Move beam site token to above the job conditionals. * Update token text. * Remove npm dep. * Adjust headings. --------- Co-authored-by: lostluck <[email protected]>
Create Docs PR with a Github Action for building release artifacts.
Based largely on the existing build_release_candidate.sh script, but with the following changes:
gh
instead ofhub
.Thank you for your contribution! Follow this checklist to help us incorporate your contribution quickly and easily:
addresses #123
), if applicable. This will automatically add a link to the pull request in the issue. If you would like the issue to automatically close on merging the pull request, commentfixes #<ISSUE NUMBER>
instead.CHANGES.md
with noteworthy changes.See the Contributor Guide for more tips on how to make review process smoother.
To check the build health, please visit https://github.com/apache/beam/blob/master/.test-infra/BUILD_STATUS.md
GitHub Actions Tests Status (on master branch)
See CI.md for more information about GitHub Actions CI or the workflows README to see a list of phrases to trigger workflows.