Compare commits

...

2 Commits

Author SHA1 Message Date
Cameron Sparr
f9aef06a3c CircleCI script, do not explicitly set version tag 2016-11-03 17:07:25 +00:00
Cameron Sparr
105bb65f73 Add release 1.2 section to changelog 2016-11-03 17:01:53 +00:00
2 changed files with 9 additions and 1 deletions

View File

@@ -1,3 +1,11 @@
## v1.2 [unreleased]
### Release Notes
### Features
### Bugfixes
## v1.1 [unreleased]
### Release Notes

View File

@@ -82,6 +82,6 @@ if [ $? -eq 0 ]; then
unset GOGC
tag=$(git describe --exact-match HEAD)
echo $tag
exit_if_fail ./scripts/build.py --release --package --version=$tag --platform=all --arch=all --upload --bucket=dl.influxdata.com/telegraf/releases
exit_if_fail ./scripts/build.py --release --package --platform=all --arch=all --upload --bucket=dl.influxdata.com/telegraf/releases
mv build $CIRCLE_ARTIFACTS
fi