hypothesis / wp-hypothesis

Hypothesis WordPress plugin
https://wordpress.org/plugins/hypothesis/
Other
29 stars 14 forks source link

Create GitHub Actions workflow for automatic publishing #44

Closed acelaya closed 10 months ago

acelaya commented 10 months ago

Part of https://github.com/hypothesis/wp-hypothesis/issues/40

Closes https://github.com/hypothesis/wp-hypothesis/issues/39

Add a new GitHub actions workflow that triggers for every new release, and publishes the plugin to wordpress.org using https://github.com/10up/action-wordpress-plugin-deploy. This seems to be the de-facto GitHub Action to publish WordPress plugins.

Additionally, remove the custom scripts previously used for building and publishing.

TODO