roots / wordpress

Automatically updated WordPress Composer package
https://roots.io/composer-wordpress-resources/
MIT License
169 stars 15 forks source link

Automatically updated? #2

Closed haswalt closed 5 years ago

haswalt commented 5 years ago

Appears to be behind and releases look manual?

How do I easily update to latest wordpress version (5.1.0 at time of writing)

austinpray commented 5 years ago

The GitHub releases are manual. The tagging and pushing to composer is completely automated. Purely because the auto update script doesn't make a call to github. If you want to PR to add that you would make the github API call here https://github.com/roots/wordpress/blob/08d050b6ed8dcef390520f63cb77e36dc86255c2/bin/update-repo.php#L107

The GitHub releases are just for aesthetic purposes image

https://travis-ci.com/roots/wordpress/builds is a history of the automated builds. 5.1 just landed.