mehdy / keepalived-exporter

Prometheus Keepalived exporter
GNU General Public License v3.0
121 stars 40 forks source link

build: add support of automatic binary building on release #73

Closed meysampg closed 3 years ago

meysampg commented 3 years ago

This PR adds support of building binary packages + their checksum on a release event and attaches them to the release page based on the Github actions. For example, see https://github.com/meysampg/keepalived-exporter/releases/tag/v1.2.2 (The version number is just for testing purposes).

Changes

meysampg commented 3 years ago

How can I fix the issue of Semantic Pull Request? :thinking:, Should I change the commit message? :thinking:

mehdy commented 3 years ago

@meysampg Thanks for the PR! Yep, You need to edit your commit message as well to match the semantic commit convention.

meysampg commented 3 years ago

@mehdy I changed the commit message. Thanks.