Created
February 11, 2012 17:35
-
-
Save GaryJones/1802903 to your computer and use it in GitHub Desktop.
SVN command to make a WordPress plugin tag
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
# 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