Skip to content

Instantly share code, notes, and snippets.

@janhenrik
Created September 20, 2012 10:52
Show Gist options
  • Save janhenrik/3755199 to your computer and use it in GitHub Desktop.
Save janhenrik/3755199 to your computer and use it in GitHub Desktop.
tag_code
unless system("git tag -f #{super_pom.artifactId}-#{release_version}")
raise("Could not create tag.")
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment