aboutsummaryrefslogtreecommitdiff
path: root/PUBLISH.md
diff options
context:
space:
mode:
author0neGal <mail@0negal.com>2022-06-29 23:29:02 +0200
committerGitHub <noreply@github.com>2022-06-29 23:29:02 +0200
commitcbca61d836ee573a469f6339c22c2891cef9428c (patch)
tree6175a5f57a32a2f3bc90b4d4247444f3dd94ed5f /PUBLISH.md
parent99209092b6ad1079202208833e542201f1197e2d (diff)
parent0c7f6f438ca530a192577907d3af9a7d95949ef3 (diff)
downloadViper-cbca61d836ee573a469f6339c22c2891cef9428c.tar.gz
Viper-cbca61d836ee573a469f6339c22c2891cef9428c.zip
Merge branch 'main' into add-badges
Diffstat (limited to 'PUBLISH.md')
-rw-r--r--PUBLISH.md15
1 files changed, 8 insertions, 7 deletions
diff --git a/PUBLISH.md b/PUBLISH.md
index 4d38be4..761d2fe 100644
--- a/PUBLISH.md
+++ b/PUBLISH.md
@@ -1,9 +1,10 @@
# 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
+ 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 (`build/publish.sh` asks for it)
+ 6. Build and publish with `npm run publish:[windows/linux]`
+ - Optionally just use `build/publish.sh`, however that only works on Linux/Systems with a `/bin/sh` file, it also checks whether all files have been localized, and that the version numbers have been updated
+ 7. Edit the draft release message and publish the new release!