From e8edede3d641e04070e211783458ef70582d7fe4 Mon Sep 17 00:00:00 2001 From: Mike Presman Date: Fri, 15 Dec 2023 11:37:42 -0500 Subject: [PATCH] update instructions --- Readme.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Readme.md b/Readme.md index c6dd805..6d0d661 100644 --- a/Readme.md +++ b/Readme.md @@ -153,12 +153,13 @@ console.log("[updateObject] version: " + version); ## Release -When you're ready to release a new version, perform the following steps: +When you're ready to release a new version, perform the following steps. Ensure you are on doing these steps on the `main` branch 1. Update the version in `default.nix` 2. Update the version in `js/package.json` 3. Update the version in `js/package-lock.json` (run `cd js && npm install`) 4. Commit the changes (e.g. `git commit -am "Bump version to 0.0.x"`) +5. Push the changes upstream to main (e.g. `git push origin HEAD`) New versions are released and hosted on Github. (https://github.com/gadget-inc/dateilager/releases)