Skip to content

Commit

Permalink
Merge pull request #11 from dmitriy-kiriyenko/10-description-for-undo…
Browse files Browse the repository at this point in the history
…-deploy

Add description to undo_deploy.

Closes #10.
  • Loading branch information
dmitriy-kiriyenko committed Jul 6, 2012
2 parents 7d27119 + 3701538 commit 6d1fbf3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/releaser/cli.rb
Expand Up @@ -36,6 +36,7 @@ def deploy
# no actions required
end

desc "undo_deploy", "Untag current commit if deploy failed"
def undo_deploy
delete_tag(version_from_tag_to_release.to_deploy_tagline)
end
Expand Down

0 comments on commit 6d1fbf3

Please sign in to comment.