From 067846a0c616320bf163ea85a6b9e8db21afcaf2 Mon Sep 17 00:00:00 2001 From: Edoardo Tenani <526307+endorama@users.noreply.github.com> Date: Wed, 17 Apr 2024 10:19:50 +0200 Subject: [PATCH] remove reference to release notes release notes are no more present in docs/release_notes.asciidoc --- dev_docs/RELEASES.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/dev_docs/RELEASES.md b/dev_docs/RELEASES.md index 776f6918b4b..26898492180 100644 --- a/dev_docs/RELEASES.md +++ b/dev_docs/RELEASES.md @@ -17,9 +17,9 @@ For patch releases, only the version on the existing major and minor version bra * Review existing [changelogs/head](https://github.com/elastic/apm-server/tree/main/changelogs/head.asciidoc) to ensure all relevant notes have been added. * Move changelog entries from _head_ to _release_version_: * Minor version: - Create new changelog file from [changelogs/head.asciidoc](https://github.com/elastic/apm-server/blob/main/changelogs/head.asciidoc) - If changes should not be backported, keep them in the _changelogs/head.asciidoc_ file. - Don't forget to `include` and link to the new file in [main changelog](https://github.com/elastic/apm-server/blob/main/CHANGELOG.asciidoc) and the [release notes](https://github.com/elastic/apm-server/blob/main/docs/release-notes.asciidoc) file. [(Sample PR)](https://github.com/elastic/apm-server/pull/7956/files) + Create new changelog file from [changelogs/head.asciidoc](https://github.com/elastic/apm-server/blob/main/changelogs/head.asciidoc). + If changes should not be backported, keep them in the _changelogs/head.asciidoc_ file. + Don't forget to `include` and link to the new file in [main changelog](https://github.com/elastic/apm-server/blob/main/CHANGELOG.asciidoc). [(Sample PR)](https://github.com/elastic/apm-server/pull/7956/files) * Patch version: Add a new section to existing release notes. ([Sample PR](https://github.com/elastic/apm-server/pull/8313/files)) * Add `@elastic/obs-docs` as a reviewer.