tylermorganwall / rayrender

A pathtracer for R. Build and render complex scenes and 3D data visualizations directly from R
http://www.rayrender.net
622 stars 43 forks source link

Start tagging your releases in git #24

Closed define-private-public closed 11 months ago

define-private-public commented 3 years ago

This is super-duper useful. In fact, a lot of package managers sometimes use tags on commits to mark versions/releases: https://git-scm.com/book/en/v2/Git-Basics-Tagging

I'd recommend you make an annotated tag via git tag -a v0.21.6 on your most recent commit. Then you need to do a git push --tags. You should also then see "Releases" on this repo have one entry in them.

tylermorganwall commented 11 months ago

I've started added tags with the latest release