Skip to content

Instantly share code, notes, and snippets.

@andrewchilds
Last active August 4, 2016 19:42
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save andrewchilds/1c17729520d2b4dfada2e52143462369 to your computer and use it in GitHub Desktop.
Save andrewchilds/1c17729520d2b4dfada2e52143462369 to your computer and use it in GitHub Desktop.
Moving Clubhouse Stories to Deployed
# Define the range of commits in this deploy.
old_sha="87d4fed"
new_sha="2d5b22d"
# Define a comment to be posted to each story.
deploy_id="v1.1234"
deploy_url="https://github.com/company/repo/compare/$old_sha...$new_sha"
comment="This story was deployed as part of $deploy_id.$deploy_url"
# Move stories to deployed and post a comment.
clubhouse_move_stories_to_deployed $old_sha $new_sha "$comment"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment