From 51c01e7c0ca315da11294befe497a1f28b0ebba6 Mon Sep 17 00:00:00 2001 From: Rumperuu Date: Wed, 10 Mar 2021 09:22:33 +0000 Subject: [PATCH] Updated SVN Release Guide (markdown) --- SVN-Release-Guide.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SVN-Release-Guide.md b/SVN-Release-Guide.md index 47433d0..37c5507 100644 --- a/SVN-Release-Guide.md +++ b/SVN-Release-Guide.md @@ -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. 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. **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 ‘d’ — 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. 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 ""`)