Skip to content
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

Citus 12.0 documentation update checklist #1101

Closed
10 tasks done
jonels-msft opened this issue Jul 17, 2023 · 0 comments
Closed
10 tasks done

Citus 12.0 documentation update checklist #1101

jonels-msft opened this issue Jul 17, 2023 · 0 comments
Assignees

Comments

@jonels-msft
Copy link
Member

jonels-msft commented Jul 17, 2023

  • Ensure git cherry-picks up to date on master branch
  • Bump version
    • :vimgrep '\(\<11\.\?3\>\)\|\(113_\)' **/*.rst *.py
  • Update installation
  • Update our upgrade steps
  • Update citusdata.com/download links.
  • scan for any other udf and guc changes (in Community and Enterprise)
    • git diff origin/release-11.3 origin/release-12.0 -- src/backend/distributed/shared_library_init.c
    • git diff origin/release-11.3 origin/release-12.0 -- src/backend/distributed/sql/udfs/
    • Also check Changelog entries for 12.0.0 citus#7049
  • Verify there are no Sphinx warnings in local build
    • sphinx-build -b html -a -n -W . _build
    • (Remove _build directory and try fresh too)
  • Create new 12.0 release branch (v12.0)
  • Set as default ver in RTD (advanced settings tab)
  • Rebuild previous version so that canonical link gets updated
@mulander mulander self-assigned this Jul 18, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants