It would be nice if you could tag the releases, so that they are easier to find. ``` $ git tag -a v1.2.3.4 -m "" $ git push --tags ```
It would be nice if you could tag the releases, so that they are easier to find.