bumped to v0.3.0 and added buildkite script for releases

This commit is contained in:
darkcrux 2015-02-18 03:22:34 +08:00
parent e80954f63c
commit 54f1e51b49
2 changed files with 10 additions and 1 deletions

9
.buildkite-release Executable file
View File

@ -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

View File

@ -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: