From 170a2b318895b21c9d851cb1c547f2c67af4c99d Mon Sep 17 00:00:00 2001 From: aramissennyeydd Date: Fri, 19 Dec 2025 13:16:54 -0700 Subject: [PATCH 1/2] chore: add newline to licenseInfo files Signed-off-by: aramissennyeydd --- .../templates/typescript-backstage-client/licenseInfo.mustache | 2 +- .../templates/typescript-backstage-server/licenseInfo.mustache | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/repo-tools/templates/typescript-backstage-client/licenseInfo.mustache b/packages/repo-tools/templates/typescript-backstage-client/licenseInfo.mustache index 7a1b10e780..f3855e8015 100644 --- a/packages/repo-tools/templates/typescript-backstage-client/licenseInfo.mustache +++ b/packages/repo-tools/templates/typescript-backstage-client/licenseInfo.mustache @@ -2,4 +2,4 @@ // ****************************************************************** // * THIS IS AN AUTOGENERATED FILE. DO NOT EDIT THIS FILE DIRECTLY. * -// ****************************************************************** \ No newline at end of file +// ****************************************************************** diff --git a/packages/repo-tools/templates/typescript-backstage-server/licenseInfo.mustache b/packages/repo-tools/templates/typescript-backstage-server/licenseInfo.mustache index 7a1b10e780..f3855e8015 100644 --- a/packages/repo-tools/templates/typescript-backstage-server/licenseInfo.mustache +++ b/packages/repo-tools/templates/typescript-backstage-server/licenseInfo.mustache @@ -2,4 +2,4 @@ // ****************************************************************** // * THIS IS AN AUTOGENERATED FILE. DO NOT EDIT THIS FILE DIRECTLY. * -// ****************************************************************** \ No newline at end of file +// ****************************************************************** From cd75ed0ecca52b122d4398758c3f66759505be70 Mon Sep 17 00:00:00 2001 From: aramissennyeydd Date: Fri, 19 Dec 2025 13:17:32 -0700 Subject: [PATCH 2/2] add changeset Signed-off-by: aramissennyeydd --- .changeset/clean-suits-follow.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 .changeset/clean-suits-follow.md diff --git a/.changeset/clean-suits-follow.md b/.changeset/clean-suits-follow.md new file mode 100644 index 0000000000..992b3e2947 --- /dev/null +++ b/.changeset/clean-suits-follow.md @@ -0,0 +1,5 @@ +--- +'@backstage/repo-tools': patch +--- + +Add newline to OpenAPI license template files.