From 1e036270a822f26441270d2adbd7d24902de357e Mon Sep 17 00:00:00 2001 From: Pete Lumbis Date: Thu, 14 Dec 2023 05:24:49 -0500 Subject: [PATCH] Update release template to copy new CRD files (#658) --- .github/ISSUE_TEMPLATE/new_release.md | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/ISSUE_TEMPLATE/new_release.md b/.github/ISSUE_TEMPLATE/new_release.md index 8790fbb7..e704065e 100644 --- a/.github/ISSUE_TEMPLATE/new_release.md +++ b/.github/ISSUE_TEMPLATE/new_release.md @@ -8,6 +8,7 @@ labels: release - [ ] Update the `$LATEST_VER` parameter in [netlify_build.sh](https://github.com/crossplane/docs/blob/master/netlify_build.sh#L3) - [ ] Update `params.latest` in [config.yaml](https://github.com/crossplane/docs/blob/master/config.yaml#L48) - [ ] Update `version` in the `_index.md` file of `/content/` +- [ ] Copy Crossplane [cluster/crds](https://github.com/crossplane/crossplane/tree/master/cluster/crds) contents to `/content//api/yaml`. - [ ] Create a [new release/tag](https://github.com/crossplane/docs/releases/new) named "v-archive" to snapshot EOL'd docs. - [ ] Remove EOL'd docs version from "/content" directory and run `hugo` locally to check for broken links. - [ ] Trigger [Algolia Crawler](https://crawler.algolia.com/) after publishing to reindex results. \ No newline at end of file