first draft at stamping, broken because i'm not using workspaces
parent
68824221c1
commit
be601acec6
@ -0,0 +1,6 @@
|
|||||||
|
#! /bin/bash
|
||||||
|
|
||||||
|
tag=$(git describe --tags --dirty=-dev)
|
||||||
|
commit=$(git rev-parse HEAD | head -c8)
|
||||||
|
echo "STABLE_GIT_VERSION:$tag"
|
||||||
|
echo "STABLE_GIT_COMMIT:$commit"
|
@ -0,0 +1,6 @@
|
|||||||
|
package gomud
|
||||||
|
|
||||||
|
const (
|
||||||
|
VERSION = ""
|
||||||
|
BUILD = ""
|
||||||
|
)
|
Loading…
Reference in New Issue