mirror of
https://github.com/prometheus/prometheus
synced 2026-04-20 22:41:05 +08:00
Add changelog for 0.17.0
This commit is contained in:
@@ -33,7 +33,7 @@ for GOOS in "darwin" "freebsd" "linux" "windows"; do
|
||||
echo " > $tarball"
|
||||
mkdir -p "${tarball_dir}"
|
||||
cp -a "prometheus${ext}" "promtool${ext}" consoles console_libraries "${tarball_dir}"
|
||||
tar --owner=root --group=root -czf "${tarball}" "${tarball_dir}"
|
||||
tar -czf "${tarball}" "${tarball_dir}"
|
||||
rm -rf "${tarball_dir}"
|
||||
rm "prometheus${ext}" "promtool${ext}"
|
||||
done
|
||||
|
||||
Reference in New Issue
Block a user