-
-
Notifications
You must be signed in to change notification settings - Fork 5.5k
Changelog for Release server-2025-07-01 #11188
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
Conversation
@jNullj - a note on how this release automation works We put out a monthly tagged snapshot release on DockerHub. There's a workflow that runs once a month that generates a draft changelog and opens a PR to prompt us to do this. So this PR is the outcome of Once this PR is open, the next stage is a manual review/edit of the changelog. There's 2 things I do here:
Having updated the changelog, I then merge the PR. This will trigger a second workflow https://github.com/badges/shields/blob/master/.github/workflows/create-release.yml (the key thing here is merging a PR with the "release" label) which tags the repo and pushes a tagged image to DockerHub. If you want to pick this up, you should be able to approve and merge it even if you've also pushed commits to the branch editing the changelog. One final note on this: |
Thank you for guiding me over the process, with in depth explanations and your own point of view. |
|
Release github action seems to work. |
Changelog for Release server-2025-07-01