-
Notifications
You must be signed in to change notification settings - Fork 159
Docs bug bash: Release notes #759
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
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull Request Overview
This PR cleans up the syntax and format for release notes by standardizing variable templating, updating release dates, and replacing placeholder upgrade links with a formatted Upgrade link.
- Replaces inconsistent placeholder text (e.g. "") with correct, clickable links.
- Updates release dates from March 25, 2025 to April 1, 2025 in multiple files.
- Introduces templated variables (e.g. {{observability}}, {{elastic-sec}}) to standardize document titles and headers.
Reviewed Changes
Copilot reviewed 29 out of 29 changed files in this pull request and generated 1 comment.
Show a summary per file
File | Description |
---|---|
release-notes/known-issues/elastic-observability.md | Adds new template formatting for known issues. |
release-notes/known-issues/elastic-cloud-serverless.md | Introduces templated dropdown for known issues. |
release-notes/elastic-cloud-serverless.md | Updates changelog with new release dates and feature entries. |
release-notes/known-issues/elastic-apm.md | Adjusts naming markup for known issue dropdown sections. |
release-notes/breaking-changes/elastic-security.md | Updates title formatting and upgrade link with updated release date. |
release-notes/breaking-changes/fleet-elastic-agent.md | Applies templated variable formatting and new release dates. |
release-notes/deprecations/elastic-security.md | Standardizes deprecation notes with templated variables and new links. |
release-notes/deprecations/index.md | Replaces placeholder upgrade link with proper formatted link. |
release-notes/breaking-changes/index.md | Updates upgrade link formatting. |
release-notes/elastic-observability.md | Applies templated header formatting and new release date (minor formatting issue). |
release-notes/elastic-security.md | Standardizes title templates and updates release date. |
release-notes/fleet-elastic-agent.md | Updates title templating and synchronizes the release date. |
release-notes/elastic-apm.md | Adjusts release note formatting with updated release date. |
Co-authored-by: Copilot <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM after copilot suggestion
Cleans up the syntax and format for release notes