Skip to content

Instantly share code, notes, and snippets.

@GaryJones
Created February 11, 2012 17:35
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save GaryJones/1802903 to your computer and use it in GitHub Desktop.
Save GaryJones/1802903 to your computer and use it in GitHub Desktop.
SVN command to make a WordPress plugin tag
# Here we're copying the trunk of one of my plugins, to a tag of 1.3.0, with a simple message.
svn copy https://plugins.svn.wordpress.org/genesis-admin-bar-plus/trunk https://plugins.svn.wordpress.org/genesis-admin-bar-plus/tags/1.3.0 -m "Release 1.3.0"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment