Created
October 16, 2013 10:41
-
-
Save murbanski/7005874 to your computer and use it in GitHub Desktop.
What will we deploy?
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
#!/usr/bin/env sh | |
git log origin/production..master --no-merges --pretty=format:%s | | |
egrep -o "[0-9]{6,}" | | |
xargs -n1 -I :story_id echo "https://www.pivotaltracker.com/story/show/:story_id" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The commit messages must be in the following format, where
00000001
is the story number from PivotalTracker: