Skip to content

Commit 838d06f

Browse files
committed
Fixes to release process issue template
Signed-off-by: Jared Watts <[email protected]>
1 parent 38b3111 commit 838d06f

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/ISSUE_TEMPLATE/new_release.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,9 @@ labels: release
77

88
- [ ] Update the `$LATEST_VER` parameter in [netlify_build.sh](https://github.com/crossplane/docs/blob/master/netlify_build.sh#L3)
99
- [ ] Update `params.latest` in [config.yaml](https://github.com/crossplane/docs/blob/master/config.yaml#L93)
10+
- [ ] Copy Crossplane [cluster/crds](https://github.com/crossplane/crossplane/tree/main/cluster/crds) contents to `/content/master/api/crds`
11+
- [ ] Copy `/content/master` directory to `/content/<new latest>`
1012
- [ ] Update `version` in the `_index.md` file of `/content/<new latest>` from `master` to the correct version.
11-
- [ ] Copy Crossplane [cluster/crds](https://github.com/crossplane/crossplane/tree/main/cluster/crds) contents to `/content/<new latest>/api/crds`.
12-
- [ ] Create a [new release/tag](https://github.com/crossplane/docs/releases/new) named "v<EOL version>-archive" to snapshot EOL'd docs.
13+
- [ ] Create a [new release/tag](https://github.com/crossplane/docs/releases/new) named `v<EOL version>-archive` to snapshot EOL'd docs.
1314
- [ ] Remove EOL'd docs version from "/content" directory and run `hugo` locally to check for broken links.
1415
- [ ] Trigger [Algolia Crawler](https://crawler.algolia.com/) after publishing to reindex results.

0 commit comments

Comments
 (0)