laravel-selfupdater icon indicating copy to clipboard operation
laravel-selfupdater copied to clipboard

Dev/GitHub release files

Open pixelated-au opened this issue 3 years ago • 0 comments

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. 😉

pixelated-au avatar Sep 21 '22 03:09 pixelated-au