From 4dd1084a3f9f58e9c29ad7eec0317c635e535350 Mon Sep 17 00:00:00 2001 From: Daniel Waxweiler Date: Wed, 10 Mar 2021 16:40:14 +0100 Subject: [PATCH] describe release procedure further --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index c52ed1f..b1f2855 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,10 @@ 3. Build: `npm run build-prod` 4. Determine minimum PHP version for code and update package.json if needed: `./vendor/bin/phpcompatinfo analyser:run ./source` 5. Make sure screenshots are up-to-date. -6. Copy the built plugin into `/trunk` of SVN. Also creatte a new tag of the new version. Check the version number occurences in both folders. Commit everything together. +6. Copy the built plugin into `/trunk` of SVN. +7. Create a new tag of the new version: `svn cp trunk tags/` +8. Check the version number occurences in both folders. +9. Commit everything together: `svn ci -m "release version "` ### Other commands - Run tests: `npm test`