-
Notifications
You must be signed in to change notification settings - Fork 307
Update release-guide.md about publishing docs #2035
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
Conversation
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.
Pull Request Overview
This PR updates the release guide to add a dedicated “Publishing docs” section and clean up the ordering of the announcement steps, as well as moves the GitHub release link immediately after tagging.
- Introduce a new “Publishing docs” section with steps to file PRs for
versioned-docs
andmain
- Reorder and simplify the “Announcing the release” section
- Add the GitHub release link right after the tagging step
Comments suppressed due to low confidence (2)
site/content/release-guide.md:374
- Format this step as part of a list (e.g., prefix with '-' or a number) so it aligns with the surrounding instructions and renders consistently.
Update GitHub with the release: https://github.com/apache/polaris/releases/tag/apache-polaris-x.y.z
site/content/release-guide.md:381
- Use four spaces for nested list indentation under the ordered list so that Markdown renders these as sub-items correctly.
- Add download links and release notes in [Download page](https://github.com/apache/polaris/blob/main/site/content/downloads/_index.md)
``` | ||
git tag -a apache-polaris-x.y.z apache-polaris-x.y.z-rci | ||
``` | ||
Update GitHub with the release: https://github.com/apache/polaris/releases/tag/apache-polaris-x.y.z |
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.
Aggregate github action here
site/content/release-guide.md
Outdated
|
||
### Announcing the release | ||
### Publishing docs | ||
1. File a PR against branch `versioned-docs` to publish the documentation |
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.
can we add a link for branch versioned-docs
?
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.
Done
No description provided.