Skip to content

Commit

Permalink
Merge pull request #5 from UCBoulder/more_documentation_about_tags_re…
Browse files Browse the repository at this point in the history
…leases

added some notes to the readme about tags and releases
  • Loading branch information
eschoeller authored Oct 19, 2024
2 parents 8cc37a6 + 227faee commit aba47f8
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,3 +25,11 @@ git tag cub-X.Y.Z
git push origin cub-X.Y.Z
```

NOTE: You can also do this from a branch if you want - probably not the best, but there could be reasons for it.

And if you run into trouble, you can blow away a tag
```
git tag -d cub-X.Y.Z
git push origin :refs/tags/cub-X.Y.Z
```
Then go delete the release from github, by clicking around and hitting the trash can icon

0 comments on commit aba47f8

Please sign in to comment.