Skip to content
This repository has been archived by the owner on Nov 16, 2021. It is now read-only.
/ what-did Public archive

A tool to generate basic release notes from GitHub Pull Requests

Notifications You must be signed in to change notification settings

awseward/what-did

Repository files navigation

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