birdofpreyru / react-starter

ReactJS Starter Kit
Other
2 stars 0 forks source link

Add a script to remove existing Git tags #14

Closed birdofpreyru closed 4 years ago

birdofpreyru commented 4 years ago

React-Starter release tags are likely to clash with the intented tags of for the derived end project. To remove all existing tags we can (at least on Linux) git tag | xargs git tag -d.