/what-did

A tool to generate basic release notes from GitHub Pull Requests

Primary LanguageF#

what-did Tag

# Staging
heroku container:push web --recursive --app what-did-staging \
  && heroku container:release web --app what-did-staging

# Prod
heroku container:push web --recursive --app what-did \
  && heroku container:release web --app what-did