berghain icon indicating copy to clipboard operation
berghain copied to clipboard

Can we have tags please?

Open darix opened this issue 6 months ago • 2 comments

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.

darix avatar May 29 '25 18:05 darix

Sure. I was thinking about automated releases via renovate and friends

fionera avatar May 29 '25 19:05 fionera

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 ^^

darix avatar May 29 '25 20:05 darix

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

fionera avatar May 30 '25 01:05 fionera

Does it work? :^)

tacerus avatar May 31 '25 15:05 tacerus

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.

tacerus avatar May 31 '25 15:05 tacerus

ah because of the non conventional commit message. Gonna add another check to pr pipeline

fionera avatar May 31 '25 15:05 fionera