add release step of tagging in git

This commit is contained in:
Daniel Waxweiler 2021-03-28 22:31:16 +02:00
parent aa8012c8e8
commit f580b4fb69
1 changed files with 1 additions and 0 deletions

View File

@ -25,6 +25,7 @@ More details can be found in the [WordPress Plugin Directory](https://wordpress.
7. Create a new tag of the new version: `svn cp trunk tags/<version>`
8. Check the version number occurences in both folders.
9. Commit everything together: `svn ci -m "release version <version>"`
10. Tag the new version in `git` too.
### Other commands
- Run tests: `npm test`