Skip to content

Latest commit

 

History

History
16 lines (15 loc) · 1.22 KB

File metadata and controls

16 lines (15 loc) · 1.22 KB
name New Release
title Release Crossplane version...
about Cut a Crossplane release
labels release
  • Update the $LATEST_VER parameter in netlify_build.sh
  • Update params.latest in config.yaml
  • Copy Crossplane cluster/crds contents to /content/master/api/crds
  • Copy /content/master directory to /content/<new latest>
  • Update version in the _index.md file of /content/<new latest> from master to the correct version.
  • Create a new release/tag named v<EOL version>-archive to snapshot EOL'd docs.
  • Remove EOL'd docs version from "/content" directory and run hugo locally to check for broken links.
  • Update Algolia Crawler configuration to add new version to startUrls (e.g., add "https://docs.crossplane.io/v<new version>/") and remove EOL'd version if applicable.
  • Trigger Algolia Crawler after publishing to reindex results with the new version.