github.com/dcarley/cf-cli@v6.24.1-0.20170220111324-4225ff346898+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 32 bit](https://cli.run.pivotal.io/stable?release=debian32&version=$VERSION&source=github-rel) 13 - [Debian 64 bit](https://cli.run.pivotal.io/stable?release=debian64&version=$VERSION&source=github-rel) 14 - [Redhat 32 bit](https://cli.run.pivotal.io/stable?release=redhat32&version=$VERSION&source=github-rel) 15 - [Redhat 64 bit](https://cli.run.pivotal.io/stable?release=redhat64&version=$VERSION&source=github-rel) 16 - [Mac OS X 64 bit](https://cli.run.pivotal.io/stable?release=macosx64&version=$VERSION&source=github-rel) 17 - [Windows 32 bit](https://cli.run.pivotal.io/stable?release=windows32&version=$VERSION&source=github-rel) 18 - [Windows 64 bit](https://cli.run.pivotal.io/stable?release=windows64&version=$VERSION&source=github-rel) 19 20 Binaries 21 -------- 22 - [Linux 32 bit binary] (https://cli.run.pivotal.io/stable?release=linux32-binary&version=$VERSION&source=github-rel) 23 - [Linux 64 bit binary] (https://cli.run.pivotal.io/stable?release=linux64-binary&version=$VERSION&source=github-rel) 24 - [Mac OS X 64 bit binary](https://cli.run.pivotal.io/stable?release=macosx64-binary&version=$VERSION&source=github-rel) 25 - [Windows 32 bit binary] (https://cli.run.pivotal.io/stable?release=windows32-exe&version=$VERSION&source=github-rel) 26 - [Windows 64 bit binary] (https://cli.run.pivotal.io/stable?release=windows64-exe&version=$VERSION&source=github-rel) 27 28 Change Log 29 ---------- 30 NOTES