From 72df79b09285016857dc19a2f1bb9c1ca9e4a731 Mon Sep 17 00:00:00 2001 From: Daniel Waxweiler Date: Sun, 19 Jun 2022 09:52:14 +0200 Subject: [PATCH] add note to release procedure about adding new files in SVN --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0fd1b6b..f584e7e 100644 --- a/README.md +++ b/README.md @@ -30,7 +30,7 @@ The current changelog can be found under [source/changelog.txt](source/changelog 7. Copy the built plugin into `/trunk` of SVN. 8. Create a new tag of the new version: `svn cp trunk tags/` 9. Check the version number occurrences in both folders. -10. Commit everything together to the release SVN: `svn ci -m "release version "` +10. Commit everything together to the release SVN: `svn ci -m "release version "` Make sure to add new files beforehand. 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`