NoiseByNorthwest / php-spx

A simple & straight-to-the-point PHP profiling extension with its built-in web UI
GNU General Public License v3.0
2.14k stars 83 forks source link

Enable Release action #199

Closed AlexNDRmac closed 2 years ago

AlexNDRmac commented 2 years ago

Hi @NoiseByNorthwest

I forgot to enable Release action in PR #190, so this PR will fix this. Also I've bumped SPX version from 0.4.12 to v0.4.13

You can see how it works in my fork: Release Action run

After merging this PR - you'll be able to create Release with pushing tag or just manually creating Release as usually. Action will build all the artifacts, creates release notes from Changelog.md details, attach all the build artifacts (compiled extension with web-ui for each PHP version) to the release assets.

NoiseByNorthwest commented 2 years ago

Thanks @AlexNDRmac I will create the tag (and update release/latest) right after the merge.