From b03a5b13b7eb863e01506191538834bc1835c0f5 Mon Sep 17 00:00:00 2001 From: Rangi42 Date: Wed, 18 Sep 2024 12:40:08 -0400 Subject: [PATCH] Clarify when to manually publish prerelease docs --- RELEASE.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/RELEASE.md b/RELEASE.md index d09b4a3a..cbbf6e4f 100644 --- a/RELEASE.md +++ b/RELEASE.md @@ -38,7 +38,9 @@ GitHub. 4. GitHub Actions will run the [create-release-docs.yml](.github/workflows/create-release-docs.yml) workflow to add the release documentation to [rgbds-www](https://github.com/gbdev/rgbds-www). - This is not done automatically for prereleases; if you want to do this manually, + This is not done automatically for prereleases, since we do not normally publish documentation + for them. If you want to manually publish prerelease documentation, such as for an April Fools + joke prerelease, 1. Clone [rgbds-www](https://github.com/gbdev/rgbds-www). You can use `git clone https://github.com/gbdev/rgbds-www.git`.