Skip to content

Commit

Permalink
Merge pull request #74 from gadget-inc/update/release-instructions
Browse files Browse the repository at this point in the history
update instructions
  • Loading branch information
MikePresman authored Dec 15, 2023
2 parents 4f16e68 + e8edede commit 68ea155
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down

0 comments on commit 68ea155

Please sign in to comment.