diff options
author | 0neGal <mail@0negal.com> | 2022-01-02 00:22:28 +0100 |
---|---|---|
committer | 0neGal <mail@0negal.com> | 2022-01-02 00:22:28 +0100 |
commit | 80eeab10e81a32c00c24608be83e7ea75ff9accf (patch) | |
tree | c12fe0163c16dead879e51f564f870fe8a7b980e /PUBLISH.md | |
parent | 67b32b527aec8d36a4b6cca14677febc46f0e26d (diff) | |
parent | 1598d8b3510580cd886c884b80a69c7b2bcfa422 (diff) | |
download | Viper-80eeab10e81a32c00c24608be83e7ea75ff9accf.tar.gz Viper-80eeab10e81a32c00c24608be83e7ea75ff9accf.zip |
Merge branch 'main' of 0neGal/viper into mod-support
Diffstat (limited to 'PUBLISH.md')
-rw-r--r-- | PUBLISH.md | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/PUBLISH.md b/PUBLISH.md new file mode 100644 index 0000000..4d38be4 --- /dev/null +++ b/PUBLISH.md @@ -0,0 +1,9 @@ +# Publishing a new release + +1. Make sure your code works! +2. Update `package.json` version +3. Make sure `package.json`'s `repository.url` key references correct repository +4. Ensure application builds correctly with `npm run build:[windows/linux]` +5. Expose `GH_TOKEN` environment var with your Github token +6. Build and publish with `npm run publish:[windows/linux]` +7. Edit the draft release message and publish the new release!
\ No newline at end of file |