Compare commits
2 Commits
telegraf-r
...
1.1.0-rc1
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
f9aef06a3c | ||
|
|
105bb65f73 |
@@ -1,3 +1,11 @@
|
|||||||
|
## v1.2 [unreleased]
|
||||||
|
|
||||||
|
### Release Notes
|
||||||
|
|
||||||
|
### Features
|
||||||
|
|
||||||
|
### Bugfixes
|
||||||
|
|
||||||
## v1.1 [unreleased]
|
## v1.1 [unreleased]
|
||||||
|
|
||||||
### Release Notes
|
### Release Notes
|
||||||
|
|||||||
@@ -82,6 +82,6 @@ if [ $? -eq 0 ]; then
|
|||||||
unset GOGC
|
unset GOGC
|
||||||
tag=$(git describe --exact-match HEAD)
|
tag=$(git describe --exact-match HEAD)
|
||||||
echo $tag
|
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
|
mv build $CIRCLE_ARTIFACTS
|
||||||
fi
|
fi
|
||||||
|
|||||||
Reference in New Issue
Block a user