-
Notifications
You must be signed in to change notification settings - Fork 531
Fix release automation to work with md instead of asciidoc #16181
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
Comments
Testing the updated automation without triggering a release is problematic. Going forward we will have 2 automations:
We are pausing work on this until the next feature freeze on the 8.x track (next will be 8.17.5 release, expected soon). |
I've been working on this for the 8.17.5 release. Unfortunately the But I was able to review the workflow for 8.x patch releases:
|
The current situation is more convoluted than expected. TL;DR: the current automation is not working. This will impact the next minor releases. Next minorsNext minors in Next patchesThese versions should not be affected and be working as expected (didn't test it). Note that changelog should be handled manually. AutomationOnce the minor automation is back in place, we will have Our changelog automation will need to work on 2 different scenarios:
This is addressed in #16358 |
From 9.0, docs are markdown files, not asciidoc files. See #16082. Release automation around changelog needs to be updated accordingly.
Note that 8.x still relies on asciidoc.
The text was updated successfully, but these errors were encountered: