| name | New Release |
|---|---|
| title | Release Crossplane version... |
| about | Cut a Crossplane release |
| labels | release |
- Update the
$LATEST_VERparameter in netlify_build.sh - Update
params.latestin config.yaml - Copy Crossplane cluster/crds contents to
/content/master/api/crds - Copy
/content/masterdirectory to/content/<new latest> - Update
versionin the_index.mdfile of/content/<new latest>frommasterto the correct version. - Create a new release/tag named
v<EOL version>-archiveto snapshot EOL'd docs. - Remove EOL'd docs version from "/content" directory and run
hugolocally 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.