- 
                Notifications
    
You must be signed in to change notification settings  - Fork 99
 
[9.1](backport #5374) [docs] Add Markdown release notes #5521
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
* copy over changelog yaml files * render release notes, make them publishable (cherry picked from commit b73980b) # Conflicts: # docs/docset.yml # docs/release-notes/index.md # docs/release-notes/toc.yml
| 
           Cherry-pick of b73980b has failed: To fix up this pull request, you can check it out locally. See documentation: https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/checking-out-pull-requests-locally  | 
    
          🎉 Snyk checks have passed. No issues have been found so far.✅ security/snyk check is complete. No issues have been found. (View Details) ✅ license/snyk check is complete. No issues have been found. (View Details)  | 
    
          
 | 
    
| 
           Backporting to 9.1 to support our release notes process  | 
    





🍷 Pairs with elastic/elastic-agent-changelog-tool#213 elastic/elastic-agent#9440
What is the problem this PR solves?
Currently the Elastic Agent Control Plane team generates release notes in AsciiDoc in this repo and the @elastic/ingest-docs team has to manually translate AsciiDoc to Markdown, copy to another repo (docs-content), split into multiple files, and integrate with Elastic Agent release notes. This is time consuming for the docs team and often leads to delays in publishing release notes.
How does this PR solve the problem?
In elastic/elastic-agent-changelog-tool#213, I updated the automation to allow generating Markdown, formatting it, and putting it into the correct files directly using
elastic-agent-changelog-tool. This is the fleet-server output when generating the release notes using thecolleenmcginnis:markdownbranch ofelastic-agent-changelog-tool.This PR adds generated Markdown Fleet Server release notes here instead in the docs-content repo.
How to test this PR locally
This repo is not currently hooked up to the docs build system so we don't have a PR preview yet, but you can build the docs locally.
Note: Right now it will build independently from the rest of the Release notes, but once this repo is hooked up to the docs build system, these release notes will be integrated into the larger Release notes table of contents.
Design Checklist
This is a docs-only change.
Checklist
This is a docs-only change.
Related issues
cc @ebeahan @pierrehilbert @bmorelli25
This is an automatic backport of pull request #5374 done by Mergify.