From 01521b7708c6d02bc413d3e98416297609f73d9d Mon Sep 17 00:00:00 2001 From: NovemLinguae <79697282+NovemLinguae@users.noreply.github.com> Date: Thu, 30 Nov 2023 09:20:28 -0800 Subject: [PATCH] update deploy section of README (#303) --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 6dbf3c13..7d213ffa 100644 --- a/README.md +++ b/README.md @@ -24,11 +24,15 @@ We have unit tests! `afch-rewrite` uses [Jest](https://github.com/facebook/jest) Tests are stored in the `tests` directory and are run automatically on new commits via GitHub Actions. -### Uploading and releasing the script +### Deploying +Interface administrators can [click here](https://en.wikipedia.org/wiki/Wikipedia:WikiProject_Articles_for_creation/Helper_script/Deploying) for a detailed work instruction of how to deploy to English Wikipedia. + To upload the script to a wiki, use `scripts/upload.py`. Detailed instructions are included at the top of the file. New versions of the script can be released through `scripts/release.py`, which automatically updates version history, inline version constants, `package.json`, etc. +As of 2023, we are "uploading" rather than "releasing". + ### Dependencies Below is a list of dependencies and what they are involved with, so you know what to test when updating dependencies.