1#!/bin/bash 2git describe --tags --dirty=+ |sed -e 's/-\([0-9]*\).*/+/' | sed -e 's/^v//'
View as plain text