Skip to content

Commit 4566a90

Browse files
authored
Update changed info in release issue template (#759)
Signed-off-by: Pete Lumbis <[email protected]>
1 parent 2b598cb commit 4566a90

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/ISSUE_TEMPLATE/new_release.md

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

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

0 commit comments

Comments
 (0)