Add a file for steps on how to release.
This commit is contained in:
parent
a19bce7e8a
commit
a8b054281f
1 changed files with 7 additions and 0 deletions
7
How-to-release.md
Normal file
7
How-to-release.md
Normal file
|
|
@ -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)
|
||||
Loading…
Add table
Add a link
Reference in a new issue