Release an update
Update
Plugin support update in WordPress admin panel, based on GitHub release. There is a manual GitHub action to make the release. The action will zip the plugin and upload it to the release page, then merge the release branch to master branch.
How to make a release
- Update the changelog in
changelog.md
- Update the version in
findstr.php
- Commit and push the changes, merge to master
- In GitHub actions, select
Build Release zip
and run it, set the branch tomaster