From 02567fb1bdba5a43b62dcfa31e9da397285446e4 Mon Sep 17 00:00:00 2001 From: Daniel Waxweiler Date: Thu, 8 Jul 2021 22:35:53 +0200 Subject: [PATCH] clarify last release procedure step --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 52b81ec..4a2d94b 100644 --- a/README.md +++ b/README.md @@ -26,7 +26,9 @@ More details can be found in the [WordPress Plugin Directory](https://wordpress. 8. Create a new tag of the new version: `svn cp trunk tags/` 9. Check the version number occurences in both folders. 10. Commit everything together to the release SVN: `svn ci -m "release version "` -11. Commit and tag the new version in `git` too. +11. Commit the new version in git with the same message. +12. Tag the new version: `git tag v` +13. Push the new tag to the repository: `git push --tags` ### Other commands - Run ESLint: `npm run eslint`