67P / kredits-web

Kredits Web UI
https://kredits.kosmos.org
6 stars 2 forks source link

Ensure share repo is updated when versioning #131

Closed raucao closed 5 years ago

raucao commented 5 years ago

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.