Skip to content

Commit

Permalink
Update README with releasing information
Browse files Browse the repository at this point in the history
  • Loading branch information
xcmd-io committed Oct 13, 2023
1 parent de7ae9c commit 8e559b9
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,18 @@ To start in development mode:
~~~shell
npm --prefix xcmd-tauri run tauri dev
~~~

## Releasing

Update version in `tauri.conf.json` under `.package.version`:

~~~text
"version": "0.1.8"
~~~

To release a new version:

~~~shell
git tag v0.1.8 -m "Release message"
git push origin v0.1.8
~~~

0 comments on commit 8e559b9

Please sign in to comment.