atc0005 / go-nagios

Shared Golang package for Nagios plugins
MIT License
8 stars 3 forks source link

Add initial automated release build workflow #221

Closed atc0005 closed 1 year ago

atc0005 commented 1 year ago

Provide workflow used to automate the creation of GitHub releases upon pushing a tag. The "upstream" workflow imported by this one applies conditional logic (based on tag name) to determine whether a stable or pre-release GitHub release is created.

By default, release assets are generated and provided by the release. Library projects explicitly forgo the explicit generation of release assets.

refs atc0005/todo#33 refs atc0005/todo#45 refs atc0005/todo#65 refs atc0005/shared-project-resources#141