A set of scripts to extract information from GitHub and JIRA that POs care about, without wasting dev time.
Get a list of the PRs that got closed today, and email it to the POs (this last part is still TODO)
PO_TOKEN=... bundle exec ruby todays-prs.rb
get ruby, node and other dependencies
curl -L https://get.rvm.io | bash -s stable --auto-dotfiles --autolibs=enable --ruby
rvm install "ruby-2.3.1"
rvm use 2.3.1
gem install bundler
#install node https://nodejs.org/en/download
sudo npm install mdpdf -g
sudo npm install -g phantomjs-prebuilt --unsafe-perm=true --allow-root
chmod +x release-pdf.sh
PO_TOKEN= ./release-pdf.sh
eg. PO_TOKEN=abc123 ./release-pdf.sh "2.42.0" "iOS-2.42.0--RC-1--BUILD-15065--Release-Notes"
the pdf name contains the release version, cadidate version and build version