pkg / rock

Create semantic version tags for your Go packages, search and discover new packages
Apache License 2.0
50 stars 8 forks source link

feat: add new command to remove a tag #11

Closed gjnoonan closed 6 years ago

gjnoonan commented 6 years ago

There was a request in #7 to add the ability to remove tags, this commit provides that.

We use the methods that are built into the included git wrapper to run git commands, as they take care of some of the cruft, and simplify the implementation.

closes #7

bketelsen commented 6 years ago

thanks!