-
-
Notifications
You must be signed in to change notification settings - Fork 2
Release process
John R. D'Orazio edited this page Apr 19, 2021
·
4 revisions
For each new release, these are the steps which must be followed for a successful publish of the release to the WordPress plugins repo:
- Make any functional edits needed to the plugin code, whether in a development branch (git style) or in the master branch (svn style)
- Once the edits are ready for release, before tagging a new release, make sure the new version number is updated in
bibleget-io.php
- You may want to up the new release version number in
README.md
also - Tag the new release: this will trigger the action that will push the new tag to SVN.
- Update the
readme.txt
with changelog info, upgrade notice, and stable tag. This will trigger the action that will push thereadme.txt
with the new stable tag, triggering the WordPress plugin repository to publish the new release. Thereadme.txt
will be pushed both to trunk and to the tag for that release.