From 0bd0e873e8d9690a8f45994c5337261894c2fdcf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fredrik=20Adel=C3=B6w?= Date: Wed, 16 Apr 2025 10:00:50 +0200 Subject: [PATCH] try to get rid of https://backstage.io/docs/v1.1.0/ MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Fredrik Adelöw --- docs/{release-notes-template.md => .release-notes-template.md} | 0 docs/publishing.md | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) rename docs/{release-notes-template.md => .release-notes-template.md} (100%) diff --git a/docs/release-notes-template.md b/docs/.release-notes-template.md similarity index 100% rename from docs/release-notes-template.md rename to docs/.release-notes-template.md diff --git a/docs/publishing.md b/docs/publishing.md index 08f4f124d9..3d23572ffe 100644 --- a/docs/publishing.md +++ b/docs/publishing.md @@ -47,7 +47,7 @@ Additional steps for the main line release - Check for mentions of "major" & "breaking" and if they are expected in the current release - Verify the version we are shipping is correct - Create Release Notes - - There exists a [release notes template](./release-notes-template.md) for creating the release notes. It can already be created after the last main line release to keep track of major changes during the month + - There exists a [release notes template](./.release-notes-template.md) for creating the release notes. It can already be created after the last main line release to keep track of major changes during the month - The content is picked by relevancy showcasing the work of the community during the month of the release - Mention newly added packages or features - Mention any security fixes