Skip to content

A set of scripts to extract information from GitHub and JIRA that POs care about, without wasting dev time.

Notifications You must be signed in to change notification settings

iflix/product-owner

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

product-owner

A set of scripts to extract information from GitHub and JIRA that POs care about, without wasting dev time.

todays-prs.rb

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

release-pdf.sh

pre-steps

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

usage

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

About

A set of scripts to extract information from GitHub and JIRA that POs care about, without wasting dev time.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published