Skip to content

Instantly share code, notes, and snippets.

View beccaonx's full-sized avatar

Rebecca Mayes beccaonx

View GitHub Profile
#!/bin/zsh
### Actions
# - git checkout master
# - git pull --rebase
# - List the PRs that have been merged to master since the last tag (according to git describe)
# ### Usage:
@beccaonx
beccaonx / release_the_kraken.sh
Last active August 27, 2018 21:30
List the stories that have been merged to master since the $last_release_tag, ask for confirmation to tag and push for release testing
#!/bin/zsh
### Actions
# - git checkout master
# - git pull --rebase
# - List the PRs that have been merged to master since the last tag (according to git describe)
# - Ask for confirmation to tag and push. If confirmed:
# - generate a release tag based on timestamp
# - git push --tags