...

Text file src/github.com/sassoftware/relic/scripts/version.sh

Documentation: github.com/sassoftware/relic/scripts

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

View as plain text