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`