From 62907dce18c395dbcec1adc6bcf23ba1730f6281 Mon Sep 17 00:00:00 2001 From: Camila Belo Date: Thu, 16 Oct 2025 13:04:21 +0200 Subject: [PATCH] docs: remove unnecessary steps Signed-off-by: Camila Belo --- docs/publishing.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/docs/publishing.md b/docs/publishing.md index 3d23572ffe..e6c0b6b466 100644 --- a/docs/publishing.md +++ b/docs/publishing.md @@ -53,8 +53,6 @@ Additional steps for the main line release - Mention any security fixes - Create Release Notes PR - Add the release note file as [`/docs/releases/vx.y.0.md`](./releases) - - Add an entry to [`/microsite/sidebars.ts`](https://github.com/backstage/backstage/blob/master/microsite/sidebars.ts) for the release note - - Update the navigation bar item in [`/microsite/docusaurus.config.ts`](https://github.com/backstage/backstage/blob/master/microsite/docusaurus.config.ts) to point to the new release note - Finally copy the content, without the metadata header, into the description of the [`Version Packages` Pull Request](https://github.com/backstage/backstage/pulls?q=is%3Aopen+is%3Apr+in%3Atitle+%22Version+Packages) Once the release has been published edit the newly created release in the [GitHub repository](https://github.com/backstage/backstage/releases) and replace the text content with the release notes.