Last active
November 28, 2017 11:21
-
-
Save RomuloOliveira/98f185dedf57e9cca134b57fa24171fc to your computer and use it in GitHub Desktop.
Teresa deploy with git log description
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ 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