clarify last release procedure step
This commit is contained in:
parent
536a6c6686
commit
02567fb1bd
|
@ -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>`
|
8. Create a new tag of the new version: `svn cp trunk tags/<version>`
|
||||||
9. Check the version number occurences in both folders.
|
9. Check the version number occurences in both folders.
|
||||||
10. Commit everything together to the release SVN: `svn ci -m "release version <version>"`
|
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
|
### Other commands
|
||||||
- Run ESLint: `npm run eslint`
|
- Run ESLint: `npm run eslint`
|
||||||
|
|
Loading…
Reference in New Issue