mirror of
https://github.com/Llewellynvdm/nativefier.git
synced 2024-11-05 21:07:59 +00:00
882 B
882 B
Release
Releases are automatically deployed to NPM on Travis, when they are tagged. However, we have to make sure that the version in the package.json
, and the changelog is updated.
Dependencies
How to Release $VERSION
While on master
, with no uncommitted changes,
npm run changelog -- $VERSION
This command does 3 things:
- Update the version in the
package.json
- Update the changelog
- Creates a new commit with the changes
Now we may want to cleanup the changelog:
vim docs/changelog.md
git commit --amend
Once we are satisfied,
git push origin master
On GitHub Releases, draft and publish a new release with title Nativefier vX.X.X
.