We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 07919eb commit 453838cCopy full SHA for 453838c
VERSION
@@ -1 +1 @@
1
-0.4.0
+HEAD
release.sh
@@ -5,7 +5,7 @@ versioned_release_branch="release-${version}"
5
6
if [[ -z "${version}" ]]; then
7
echo "Please provide a version: ./release.sh {VERSION}"
8
- echo "The current version is: $(cat VERSION)"
+ echo "Look up latest version on https://github.com/Stackdriver/stackdriver-prometheus-sidecar/tags."
9
exit 1
10
fi
11
@@ -19,6 +19,8 @@ fi
19
################################
20
21
# 1. Update file `VERSION` with the numeric version, e.g. `0.3.1`.
22
+# VERSION file is required by building tool promu:
23
+# https://github.com/prometheus/promu
24
echo "${version}" > VERSION
25
26
# 2. Create a git branch for the version, e.g. `release-0.3.1`.
0 commit comments