- Checkout this GitHub repository
- Checkout the WordPress.org Subversion repository for this plugin
- From GitHub repository directory, execute the helper script with the
following arguments
- WordPress.org username
- GitHub tag for the version
- Path to the Subversion repository checkout
./dev/prep_svn_release.sh cctimidrobot v2021.04.1 \ ../../svn/wordpress-org-creative-commons/
- From the Subversion repositry checkout, copy and commit Subversion tag:
svn copy trunk/ tags/2021.04.1/ svn commit --username=cctimidrobot -m'Tagging version 2021.04.1'
- The GitHub tag is prefixed with "v" for compatibility with composer. The leading "v" must not used for any WordPress.org field.
- Using Subversion | Plugin Developer Handbook | WordPress Developer Resources
- Document process for WordPress.org plugin deployment · Issue #78 (Includes links to additional deployment methods and software)