From 2e32407e4b9f5b4591b8a65be8ac6d7a6506cd9d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?David=20S=C3=B6derlund?= Date: Sat, 5 Apr 2025 22:23:40 +0200 Subject: [PATCH] fixed language in change set MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: David Söderlund --- .changeset/smooth-moons-bake.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.changeset/smooth-moons-bake.md b/.changeset/smooth-moons-bake.md index 10bc7787aa..19b5e502bb 100644 --- a/.changeset/smooth-moons-bake.md +++ b/.changeset/smooth-moons-bake.md @@ -3,7 +3,7 @@ '@backstage/create-app': minor --- -**BREAKING** The `publish:github` scaffolder action defaults to initializing a branche named "main" instead of "master" when creating new repositories. +**BREAKING** The `publish:github` scaffolder action now defaults to initializing with a branch named "main" instead of "master" when creating new repositories. If you or your organization have relied on all new github repositories having a default branch name of "master" you **must** set the `defaultBranch: 'master'` in your existing templates that feature the `publish:github` scaffolder action.