tableflip / how-to

:question: How to TABLEFLIP and other stories
4 stars 0 forks source link

How to increment an apps version #23

Open bmordan opened 7 years ago

bmordan commented 7 years ago

On the HEAD on master increment the version with

npm version [major | minor | patch]

Then push the new tag

git push <origin> <tag>