bumped to v0.3.0 and added buildkite script for releases
This commit is contained in:
parent
e80954f63c
commit
54f1e51b49
|
@ -0,0 +1,9 @@
|
|||
#!/usr/bin/env bash
|
||||
|
||||
go get github.com/AcalephStorage/consul-alerts
|
||||
make clean release VERSION=$RELEASE_VERSION
|
||||
|
||||
mkdir ./release
|
||||
cp build/tar/* ./release/
|
||||
|
||||
gh-release create AcalephStorage/consul-alerts $RELEASE_VERSION
|
|
@ -18,7 +18,7 @@ import (
|
|||
"github.com/AcalephStorage/consul-alerts/Godeps/_workspace/src/github.com/docopt/docopt-go"
|
||||
)
|
||||
|
||||
const version = "Consul Alerts 0.2.0"
|
||||
const version = "Consul Alerts 0.3.0"
|
||||
const usage = `Consul Alerts.
|
||||
|
||||
Usage:
|
||||
|
|
Loading…
Reference in New Issue