fluent / fluent-operator

Operate Fluent Bit and Fluentd in the Kubernetes way - Previously known as FluentBit Operator
Apache License 2.0
587 stars 250 forks source link

add release-tool workflow to generate release pr #1362

Closed cw-Guo closed 1 month ago

cw-Guo commented 1 month ago

What this PR does / why we need it:

Automate the release process, it will create a release pr (step 2, example #1354 ) automatically. We need another automation for step1, example #1343

Which issue(s) this PR fixes:

Fixes #

Does this PR introduced a user-facing change?

Additional documentation, usage docs, etc.:

cw-Guo commented 1 month ago

This only covers the step 2 (#1354 )

Here is an example pr created by this workflow: https://github.com/cw-Guo/fluent-operator/pull/5/files

wenchajun commented 1 month ago

Thank you for your contribution.

benjaminhuo commented 1 month ago

That's great!