ConvertKit / convertkit-wpforms

GNU General Public License v2.0
2 stars 0 forks source link

Add deploy readme.txt GitHub Action #36

Closed n7studios closed 1 year ago

n7studios commented 1 year ago

Summary

Adds a GitHub Action to only deploy the readme.txt file if changed in the main branch.

This allows changes to be made to the readme file (typically the Tested up to WordPress version number), without needing to deploy an entire version update to the Plugin.

Screenshots of this action tested on another Plugin, where the Tested up to value was changed to WordPress 6.3:

Screenshot 2023-08-14 at 17 43 42

Screenshot_2023-08-14_at_17_43_48

Testing

Existing tests pass.

Checklist