Replies: 1 comment
-
This could be problematic: for 2.10.1, we didn't create a Creating the branch should only occur if we're supporting multiple major or minor versions, until that point we can work on |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
The current release process for the BigQuery connectors requires GitHub actions to complete. The process is:
Generate the release notes.
bash scripts/release_detail.sh 2.9.0 > /tmp/bigQuery2.9.0.txt/tmp/bigQuery2.9.0.txtto clarify the changes.docs/src/site/markdown/RELEASE_NOTES.mdUpdate release notes for 2.10.0)Execute the GitHub action
Create release PRto create a PR with the version bumps./tmp/bigQuery2.9.0.txtinto the description.release-2.9.0now. It isn't pointing to anything useful.Execute the GitHub action
Create releaseto generate a GitHub releaserelease-2.9.0)/tmp/bigQuery2.9.0.txtcontents into the release description.Set as latest releasePublish release.Beta Was this translation helpful? Give feedback.
All reactions