Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge PR cosmos#3441: Small fixes for Makefile
- Remove --long from git describe. Appending commit info on tagged revisions is redundant. - $(subst v,,$(shell git describe --tags --long)) was removing any occurrence of 'v'. Rather we want to remove only the 'v' prefix from tags.
- Loading branch information