Skip to content

Commit

Permalink
bumped to v0.3.0 and added buildkite script for releases
Browse files Browse the repository at this point in the history
  • Loading branch information
darkcrux committed Feb 17, 2015
1 parent e80954f commit 54f1e51
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions .buildkite-release
Original file line number Diff line number Diff line change
@@ -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
2 changes: 1 addition & 1 deletion consul-alerts.go
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 54f1e51

Please sign in to comment.