From 81aeb2f46e12b57b11427c4c160e38e4c2256086 Mon Sep 17 00:00:00 2001 From: John Sirois Date: Tue, 7 Mar 2023 12:55:20 -0800 Subject: [PATCH] Update the release instructions for docs/. (#18440) Previously this was being handled out of band by folks in the know. --- docs/markdown/Contributions/releases/release-process.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/docs/markdown/Contributions/releases/release-process.md b/docs/markdown/Contributions/releases/release-process.md index 37830af2617..86089a532d6 100644 --- a/docs/markdown/Contributions/releases/release-process.md +++ b/docs/markdown/Contributions/releases/release-process.md @@ -194,6 +194,12 @@ Go to the [documentation dashboard](https://dash.readme.com/). In the top left d Also, update the [Changelog](doc:changelog) page with the new release series at the top of the table. It's okay if there are no "highlights" yet. +### Sync the `docs/` content + +See the `docs/NOTES.md` for instructions setting up the the necessary tooling your first time. +On the relevant release branch, run `npx rdme docs docs/markdown --version v.` with your key from +E.G: `npx rdme docs docs/markdown --version v2.8`. + ### Regenerate the references On the relevant release branch, run `pants run build-support/bin/generate_docs.py -- --sync --api-key ` with your key from .