From a8b054281fd9dd9897610415e26edc73576d4ce1 Mon Sep 17 00:00:00 2001 From: Oliver-Akins Date: Sun, 28 Jan 2024 20:25:21 -0700 Subject: [PATCH] Add a file for steps on how to release. --- How-to-release.md | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 How-to-release.md diff --git a/How-to-release.md b/How-to-release.md new file mode 100644 index 0000000..dceaddc --- /dev/null +++ b/How-to-release.md @@ -0,0 +1,7 @@ +1. Make sure that the `version` is the correct version number. +2. Copy the `system.json` in order to make the version-specific manifest +3. Update the `download` to point to the version-specific file from Github +4. Compress all of the necessary files and folders +5. Create the release on Github with the correct tag being created +6. Upload the compressed files and the version-specific manifest file +7. Save the release as draft, prerelease, or stable (pre-releases won't be caught in the `/latest` URL that is used to check for updates) \ No newline at end of file