2
2
mirror of https://github.com/Llewellynvdm/nativefier.git synced 2024-09-28 04:19:01 +00:00
nativefier/docs/release.md
Jia Hao Goh eeaa531083 Add autodeploy to NPM on tag
Removing the development branch, we want to use GitHub releases to
autodeploy our changes to NPM.
2017-04-20 10:10:40 +08:00

563 B

Release Notes

How to release a new version to NPM

Releasing

Run the following command to get the changelog

git checkout master

# Get the current version
npm version

# Add the changelog for the next version
git changelog docs/changelog.md --tag <next version>

# Edit the changelog
vim docs/changelog.md

# Commit it
git add docs/changelog.md
git commit -m "Update changelog for \`v<next version>\`"
git push

On GitHub Releases, draft and publish a new release with title Nativefier vX.X.X.