From 238b885e157d66fa1ec1539daff29ca715c331ed Mon Sep 17 00:00:00 2001 From: trueberryless Date: Tue, 4 Mar 2025 12:02:16 +0100 Subject: [PATCH 1/4] add releases --- .changeset/early-doors-knock.md | 5 + repos.json | 153 +++++++++++++++++- ...ent-dotnet.yaml => DotNet.deployment.yaml} | 0 3 files changed, 150 insertions(+), 8 deletions(-) create mode 100644 .changeset/early-doors-knock.md rename template-files/.github/workflows/{deployment-dotnet.yaml => DotNet.deployment.yaml} (100%) diff --git a/.changeset/early-doors-knock.md b/.changeset/early-doors-knock.md new file mode 100644 index 0000000..cb72f2e --- /dev/null +++ b/.changeset/early-doors-knock.md @@ -0,0 +1,5 @@ +--- +"template-files": patch +--- + +Add releases repo diff --git a/repos.json b/repos.json index 6b3a957..603acfc 100644 --- a/repos.json +++ b/repos.json @@ -2867,6 +2867,150 @@ } ] }, + { + "name": "trueberryless-org/releases", + "files": [ + { + "path": "template-files/.changeset/config.json", + "targetPath": ".changeset/config.json", + "props": { + "repositoryName": "releases" + } + }, + { + "path": "template-files/.changeset/README.md", + "targetPath": ".changeset/README.md", + "props": { + "repositoryName": "releases" + } + }, + { + "path": "template-files/.github/labeler.yaml", + "targetPath": ".github/labeler.yaml" + }, + { + "path": "template-files/.github/workflows/deployment.yaml", + "targetPath": ".github/workflows/deployment.yaml", + "props": { + "branchName": "main", + "repositoryName": "releases", + "documentationFolder": "app", + "makeLatest": "true" + } + }, + { + "path": "template-files/.github/workflows/format.yaml", + "targetPath": ".github/workflows/format.yaml", + "props": { + "branchName": "main" + } + }, + { + "path": "template-files/.github/workflows/labeler.yaml", + "targetPath": ".github/workflows/labeler.yaml" + }, + { + "path": "template-files/.github/workflows/release.yaml", + "targetPath": ".github/workflows/release.yaml", + "props": { + "branchName": "main" + } + }, + { + "path": "template-files/.github/workflows/welcome-bot.yaml", + "targetPath": ".github/workflows/welcome-bot.yaml", + "props": { + "branchName": "main" + } + }, + { + "path": "template-files/.gitignore/Node.gitignore", + "targetPath": ".gitignore" + }, + { + "path": "template-files/.prettierignore", + "targetPath": ".prettierignore" + }, + { + "path": "template-files/.prettierrc/.prettierrc", + "targetPath": ".prettierrc" + }, + { + "path": "template-files/package.json/package.manager.package.json", + "targetPath": "app/package.json", + "special": "package.json" + }, + { + "path": "template-files/LICENSE", + "targetPath": "LICENSE", + "props": { + "year": "2025" + } + }, + { + "path": "template-files/manifest/certificate.yaml", + "targetPath": "manifest/certificate.yaml", + "props": { + "repositoryName": "releases", + "subdomainName": "releases" + } + }, + { + "path": "template-files/manifest/deployment.yaml", + "targetPath": "manifest/deployment.yaml", + "special": "manifest/deployment.yaml", + "props": { + "repositoryName": "releases" + } + }, + { + "path": "template-files/manifest/ingress.yaml", + "targetPath": "manifest/ingress.yaml", + "props": { + "repositoryName": "releases", + "subdomainName": "releases" + } + }, + { + "path": "template-files/manifest/namespace.yaml", + "targetPath": "manifest/namespace.yaml", + "props": { + "repositoryName": "releases" + } + }, + { + "path": "template-files/manifest/service.yaml", + "targetPath": "manifest/service.yaml", + "props": { + "repositoryName": "releases" + } + }, + { + "path": "template-files/package.json/changeset.package.json", + "targetPath": "package.json", + "special": "package.json" + }, + { + "path": "template-files/package.json/package.manager.package.json", + "targetPath": "package.json", + "special": "package.json" + }, + { + "path": "template-files/package.json/definition.package.json", + "targetPath": "package.json", + "special": "package.json", + "props": { + "packageName": "releases-monorepo", + "repositoryName": "releases" + } + }, + { + "path": "template-files/README.md", + "targetPath": "app/README.md", + "special": "README.md" + } + ] + }, { "name": "trueberryless-org/release-image-generator", "files": [ @@ -2889,7 +3033,7 @@ "targetPath": ".github/labeler.yaml" }, { - "path": "template-files/.github/workflows/deployment-dotnet.yaml", + "path": "template-files/.github/workflows/DotNet.deployment.yaml", "targetPath": ".github/workflows/deployment.yaml", "props": { "branchName": "main", @@ -3008,13 +3152,6 @@ "repositoryName": "release-image-generator" } }, - { - "path": "template-files/pnpm-workspace.yaml", - "targetPath": "pnpm-workspace.yaml", - "props": { - "documentationFolder": "app" - } - }, { "path": "template-files/README.md", "targetPath": "README.md", diff --git a/template-files/.github/workflows/deployment-dotnet.yaml b/template-files/.github/workflows/DotNet.deployment.yaml similarity index 100% rename from template-files/.github/workflows/deployment-dotnet.yaml rename to template-files/.github/workflows/DotNet.deployment.yaml From 5b28b3963b182a9243821cdb9ac24c34ce2fca31 Mon Sep 17 00:00:00 2001 From: "autofix-ci[bot]" <114827586+autofix-ci[bot]@users.noreply.github.com> Date: Tue, 4 Mar 2025 11:03:18 +0000 Subject: [PATCH 2/4] [autofix.ci] apply automated fixes --- repos.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/repos.json b/repos.json index 603acfc..953001e 100644 --- a/repos.json +++ b/repos.json @@ -2940,6 +2940,11 @@ "targetPath": "app/package.json", "special": "package.json" }, + { + "path": "template-files/README.md", + "targetPath": "app/README.md", + "special": "README.md" + }, { "path": "template-files/LICENSE", "targetPath": "LICENSE", @@ -3003,11 +3008,6 @@ "packageName": "releases-monorepo", "repositoryName": "releases" } - }, - { - "path": "template-files/README.md", - "targetPath": "app/README.md", - "special": "README.md" } ] }, From 6a4205bfa593f7083a7b1aa62a64f8c9912a5cbb Mon Sep 17 00:00:00 2001 From: trueberryless Date: Tue, 4 Mar 2025 12:05:51 +0100 Subject: [PATCH 3/4] fix readme path --- repos.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/repos.json b/repos.json index 953001e..f06fba5 100644 --- a/repos.json +++ b/repos.json @@ -2942,7 +2942,7 @@ }, { "path": "template-files/README.md", - "targetPath": "app/README.md", + "targetPath": "README.md", "special": "README.md" }, { From ffa6c11c76c88cd06108271660a1e9072e93f3f0 Mon Sep 17 00:00:00 2001 From: "autofix-ci[bot]" <114827586+autofix-ci[bot]@users.noreply.github.com> Date: Tue, 4 Mar 2025 11:07:56 +0000 Subject: [PATCH 4/4] [autofix.ci] apply automated fixes --- repos.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/repos.json b/repos.json index f06fba5..419f2cb 100644 --- a/repos.json +++ b/repos.json @@ -2940,11 +2940,6 @@ "targetPath": "app/package.json", "special": "package.json" }, - { - "path": "template-files/README.md", - "targetPath": "README.md", - "special": "README.md" - }, { "path": "template-files/LICENSE", "targetPath": "LICENSE", @@ -3008,6 +3003,11 @@ "packageName": "releases-monorepo", "repositoryName": "releases" } + }, + { + "path": "template-files/README.md", + "targetPath": "README.md", + "special": "README.md" } ] },