- Run
npm run release
, which will update the changelog and add a tagged git commit with the relevant version number - Run
git push
andgit push origin [TAG_NAME]
, orgit push --follow-tags
to update remote - Run
npm publish
to update npm registry
npm run release
, which will update the changelog and add a tagged git commit with the relevant version numbergit push
and git push origin [TAG_NAME]
, or git push --follow-tags
to update remotenpm publish
to update npm registry