laravel-selfupdater
laravel-selfupdater copied to clipboard
Dev/GitHub release files
I added in the ability to pull updates from GitHub releases - as opposed to pulling directly from GitHub repository files. This means, using something like GitHub Actions, I can release an installable build and have it available for an install using this package.
I added and documented (in README.md) support for regular expressions in the release file name as well as non-regex values.
It's a non-breaking update. If someone who uses this package doesn't need this feature, they can update to this version with no errors or problems.
Additionally, I added in some tests. You're welcome to pull this in - or not. 😉