Ensure share repo is updated when versioning #131
Reference in New Issue
Block a user
Delete Branch "dev/version_script"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Currently, it's easy to forget manually pushing to master after versioning/building. In which case things can be merged remotely, and when pulling with rebase the version commit ends up being changed and behind what was actually tagged.
This adds a postversion script which simply pushes to the remote automatically after the version commit and tag have been added by npm.