Updated SVN Release Guide (markdown)
parent
b9b884be54
commit
51c01e7c0c
1 changed files with 1 additions and 1 deletions
|
@ -11,7 +11,7 @@ Subversion is for release control, not development. This Git repo, hosted on Git
|
||||||
1. Copy the SVN repo. locally (`svn co https://plugins.svn.wordpress.org/footnotes/ footnotes-svn`)
|
1. Copy the SVN repo. locally (`svn co https://plugins.svn.wordpress.org/footnotes/ footnotes-svn`)
|
||||||
1. Enter the folder (`cd footnotes-svn`)
|
1. Enter the folder (`cd footnotes-svn`)
|
||||||
1. Copy over the files from your local copy of this repo. (**make sure you have checked out the `main` branch**) into the `trunk/` directory
|
1. Copy over the files from your local copy of this repo. (**make sure you have checked out the `main` branch**) into the `trunk/` directory
|
||||||
1. **MAKE SURE THAT THE ‘Stable Tag’ FIELD IN `trunk/readme.txt` IS THE LATEST RELEASE VERSION, NOT DEVELOPMENT** (but do update the two version numbers in `trunk/footnotes.php` to ‘<next-version-number>d<dev-version-number>’ — see here for more info
|
1. **MAKE SURE THAT THE ‘Stable Tag’ FIELD IN `trunk/readme.txt` IS THE LATEST RELEASE VERSION, NOT DEVELOPMENT**
|
||||||
1. View the changes (`svn stat`)
|
1. View the changes (`svn stat`)
|
||||||
1. If you are adding/removing any files, make sure you add them to/remove them from tracking using `svn add`/`svn rm`
|
1. If you are adding/removing any files, make sure you add them to/remove them from tracking using `svn add`/`svn rm`
|
||||||
1. Commit your changes (`svn ci -m "<your message>"`)
|
1. Commit your changes (`svn ci -m "<your message>"`)
|
||||||
|
|
Reference in a new issue