-
Notifications
You must be signed in to change notification settings - Fork 22
Home
Dat Hoang edited this page Jul 31, 2018
·
8 revisions
Detailed steps transferring a GitHub tag (aka release) to a WP.org version (aka releasing the new version/tag via SVN).
- In the local computer, run
svn co https://plugins.svn.wordpress.org/woo-viet
- Copy the new version from GitHub to
tags/
folder liketags/2.0
- Run this to add it to SVN:
svn add tags/2.0
- Delete the trunk folder:
svn rm trunk
- Copy the new version to trunk:
svn cp tags/2.0 trunk
- 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
- The main file of the plugin
- 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