Can we have tags please?
GH releases would be even better (but those can be automated from a tag via github actions)
but tags would be nice for packaging. :)
@tacerus and me like packaging things.
Sure. I was thinking about automated releases via renovate and friends
This is the workflow after I asked them for release support:
https://github.com/processone/eturnal/blob/master/.github/workflows/release.yml
background: you can have a custom subscription on GH for release + security but not for tag ^^
I configured https://github.com/googleapis/release-please-action for haproxy-go and berghain. That does create tags and releases 😄 As soon as the next commit drops this will get its first v0.0.1
Does it work? :^)
The pipeline output shows a lot of "❯ error message: Error: unexpected token ' ' at 1:5, valid tokens [(, !, :]" errors, maybe those are related? Funnily it shows as succeeded anyways.
ah because of the non conventional commit message. Gonna add another check to pr pipeline