-
Notifications
You must be signed in to change notification settings - Fork 3.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
New release process expectations from the community #11625
Comments
As mentioned elsewhere, I would like to note that we are super interested to move/replicate the manual release process to the new release-please/whatever-tool based approach also for the Loki Operator. |
FYI: @trevorwhitney in-fact tested 2.9.5 patch release with this new workflow. Details on this PR. cc @periklis |
@periklis you can find the new workflow here: https://github.com/grafana/loki/actions/workflows/patch-release-pr.yml, using workflows/actions from https://github.com/grafana/loki-release. There area few rough edges to sand off to get it fully integrated (for example there's been drift in our linting from when I started, as the GH action linter is no longer agreeing with the Drone one it seems). The hope is we can test this on a 2.9.5 soon. |
This is an awesome push 👍
|
@trevorwhitney is working on new release process using Github Actions and
release-please
tooling.The new release process automation uses conventional commits to generate the changelog entries automatically. So here are the expectations from the community once new release process is integrated.
The text was updated successfully, but these errors were encountered: