-
Notifications
You must be signed in to change notification settings - Fork 24
Home
Dat Hoang edited this page Sep 11, 2020
·
8 revisions
Detailed steps transferring a GitHub tag (aka release) to a WP.org version (aka releasing the new version/tag via SVN).
- 1. In the local computer, run
svn co https://plugins.svn.wordpress.org/woo-viet - 2. Copy the new version from GitHub to
tags/folder liketags/2.0 - 3. Run this to add it to SVN:
svn add tags/2.0 - 4. Delete the trunk folder:
svn rm trunk - 5. Copy the new version to trunk:
svn cp tags/2.0 trunk - 6. Prepare WP.org password as it may be used in step 7
- 7. Commit to the SVN online folder:
svn ci -m 'Add tag 2.0 and replace trunk by tag 2.0'
- https://make.wordpress.org/plugins/2017/04/05/reminder-how-svn-wordpress-org-works/
- https://developer.wordpress.org/plugins/wordpress-org/how-to-use-subversion/
- File readme.txt:
Stable tag,Tested up to(WP Core version). - The main file of the plugin:
Version,WC tested up to.
- Include the date of the new release
- File readme.md - https://github.com/htdat/woo-viet#changelog
- File readme.txt
- File readme.txt.
- Release on GitHub
- Release on WordPress.org