Create a GitHub Release when a Fluentd release is made #3625
Replies: 2 comments
-
I've got a working example for cmetrics as well that also does a floating |
Beta Was this translation helpful? Give feedback.
-
FWIW, starting from Fluentd v1.14.5, I started to publish a relaese on GitHub https://github.com/fluent/fluentd/releases/tag/v1.14.5 The announcement format etc. is not fully fixed yet, though. Please adds comment in |
Beta Was this translation helpful? Give feedback.
-
Is your feature request related to a problem? Please describe.
The current release flow for Fluentd creates a tag in the format
vX.Y.Z
which works fine for direct use by Ruby but doesn't follow the GitHub idiom of creating a "GitHub Release". As the GitHub idiom isn't being followed the latest version isn't shown on the repo default view, you can't watch releases and getting the latest version via the API is more complicated than it could be.Describe the solution you'd like
I'd like a GitHub Actions workflow to be added that watches for the release tags to be pushed to the repo. This workflow can make the tag into a "GitHub Release" with all of the benefits that entails.
This workflow could also be used to automate the creation of an issue and potentially a PR in the fluent/fluentd-docker-image repo.
Describe alternatives you've considered
n/a
Additional context
I'll open a PR to do this and for the implementation to be discussed.
Beta Was this translation helpful? Give feedback.
All reactions