release.md: document creating & pushing npm-release-causing tag

This commit is contained in:
Ronan Jouchet 2020-06-13 11:27:38 -04:00
parent ab852c3f6c
commit 9b0252d597
1 changed files with 2 additions and 1 deletions

View File

@ -40,7 +40,8 @@ git commit --amend
Once we are satisfied,
```bash
git push origin master
git tag vX.Y.Z
git push --follow-tags origin master
```
On [GitHub Releases](https://github.com/jiahaog/nativefier/releases),