clarify last release procedure step

This commit is contained in:
Daniel Waxweiler 2021-07-08 22:35:53 +02:00
parent 536a6c6686
commit 02567fb1bd
1 changed files with 3 additions and 1 deletions

View File

@ -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/<version>`
9. Check the version number occurences in both folders.
10. Commit everything together to the release SVN: `svn ci -m "release version <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<version>`
13. Push the new tag to the repository: `git push --tags`
### Other commands
- Run ESLint: `npm run eslint`