Skip to content
This repository was archived by the owner on May 4, 2023. It is now read-only.

Commit 3fee714

Browse files
authored
Update DEVELOPMENT.md
1 parent ea1086b commit 3fee714

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

DEVELOPMENT.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,8 @@
44

55
First, make sure you edit the version in `package.json` and `release/app/package.json`.
66

7-
- `git tag vX.Y.Z`
7+
- Run `npm i` at the project root
8+
- `git tag vX.Y.Z` (with `vX.Y.Z` matching the version in `package.json`)
89
- `git push && git push --tags`
910

1011
The github action will then release a draft release with the binaries.

0 commit comments

Comments
 (0)