github.com/cloudfoundry-attic/cli-with-i18n@v6.32.1-0.20171002233121-7401370d3b85+incompatible/bin/generate-release-notes (about) 1 #!/usr/bin/env bash 2 3 VERSION=$(cat ci/VERSION) 4 5 cat <<-NOTES 6 Package Manager Installation 7 ---------- 8 - [apt-get, yum, homebrew](https://github.com/cloudfoundry/cli#installing-using-a-package-manager) 9 10 Installers 11 ---------- 12 - Debian [64 bit](https://cli.run.pivotal.io/stable?release=debian64&version=$VERSION&source=github-rel) / [32 bit](https://cli.run.pivotal.io/stable?release=debian32&version=$VERSION&source=github-rel) (deb) 13 - Redhat [64 bit](https://cli.run.pivotal.io/stable?release=redhat64&version=$VERSION&source=github-rel) / [32 bit](https://cli.run.pivotal.io/stable?release=redhat32&version=$VERSION&source=github-rel) (rpm) 14 - Mac OS X [64 bit](https://cli.run.pivotal.io/stable?release=macosx64&version=$VERSION&source=github-rel) (pkg) 15 - Windows [64 bit](https://cli.run.pivotal.io/stable?release=windows64&version=$VERSION&source=github-rel) / [32 bit](https://cli.run.pivotal.io/stable?release=windows32&version=$VERSION&source=github-rel) (zip) 16 17 Binaries 18 -------- 19 - Linux [64 bit](https://cli.run.pivotal.io/stable?release=linux64-binary&version=$VERSION&source=github-rel) / [32 bit](https://cli.run.pivotal.io/stable?release=linux32-binary&version=$VERSION&source=github-rel) (tgz) 20 - Mac OS X [64 bit](https://cli.run.pivotal.io/stable?release=macosx64-binary&version=$VERSION&source=github-rel) (tgz) 21 - Windows [64 bit](https://cli.run.pivotal.io/stable?release=windows64-exe&version=$VERSION&source=github-rel) / [32 bit](https://cli.run.pivotal.io/stable?release=windows32-exe&version=$VERSION&source=github-rel) (zip) 22 23 Change Log 24 ---------- 25 NOTES