roots / wordpress

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

Move updater code to a different repo #10

Closed austinpray closed 2 years ago

austinpray commented 5 years ago

The original reason for the updater code living under the src branch in this repo was to keep this project somewhat self-contained. I thought having everything in one place would simplify bug reports/encourage contribution. However I am realizing that now that we are branching from src to create PRs and every branch we make runs the risk of creating a new version on packagist. The only reason this doesn't happen is because we don't have a composer.json in the root.

recommended changes

  1. Move all code in the src branch to https://github.com/roots/wordpress-package-updater
  2. src branch stays as default branch but only contains a readme.md and maybe some github metadata

need feedback

  1. Once we have the updater repo set up: should we turn off issues, turn off pull-requests, direct everyone to the package updater repo for issues?

cc @roots/everyone