mirror of https://github.com/crossplane/docs.git
Update release template to copy new CRD files (#658)
This commit is contained in:
parent
978de78f73
commit
1e036270a8
|
@ -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/<new latest>`
|
||||
- [ ] Copy Crossplane [cluster/crds](https://github.com/crossplane/crossplane/tree/master/cluster/crds) contents to `/content/<new latest>/api/yaml`.
|
||||
- [ ] Create a [new release/tag](https://github.com/crossplane/docs/releases/new) 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.
|
||||
- [ ] Trigger [Algolia Crawler](https://crawler.algolia.com/) after publishing to reindex results.
|
Loading…
Reference in New Issue