Skip to content

Instantly share code, notes, and snippets.

@RomuloOliveira
Last active November 28, 2017 11:21
Show Gist options
  • Save RomuloOliveira/98f185dedf57e9cca134b57fa24171fc to your computer and use it in GitHub Desktop.
Save RomuloOliveira/98f185dedf57e9cca134b57fa24171fc to your computer and use it in GitHub Desktop.
Teresa deploy with git log description
$ git log --pretty=format:'%an: %h %s' -1 | xargs -t -o -I message teresa deploy . --app $APP --description '"message"'
teresa deploy . --app app --description "Rômulo Oliveira: 03394cf Bump version: 0.2.0 → 0.3.0"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment