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.
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.
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
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.