From ad7ca302a27da2a0da7207c8eeaca933e29fc01d Mon Sep 17 00:00:00 2001 From: trueberryless Date: Sun, 1 Jun 2025 18:52:22 +0200 Subject: [PATCH 1/3] refactor: remove trueberryless repo --- repos.json | 34 ---------------------------------- 1 file changed, 34 deletions(-) diff --git a/repos.json b/repos.json index e3c518f..ee100dd 100644 --- a/repos.json +++ b/repos.json @@ -2436,21 +2436,6 @@ { "name": "trueberryless-org/trueberryless", "files": [ - { - "path": "template-files/.changeset/config.json", - "targetPath": ".changeset/config.json", - "props": { - "repositoryName": "trueberryless", - "ignore": "[]" - } - }, - { - "path": "template-files/.changeset/README.md", - "targetPath": ".changeset/README.md", - "props": { - "repositoryName": "trueberryless" - } - }, { "path": "template-files/.dockerignore", "targetPath": ".dockerignore", @@ -2464,18 +2449,6 @@ "path": "template-files/.github/renovate.json5", "targetPath": ".github/renovate.json5" }, - { - "path": "template-files/.github/workflows/deployment.yaml", - "targetPath": ".github/workflows/deployment.yaml", - "props": { - "branchName": "main", - "repositoryName": "trueberryless", - "documentationFolder": "src", - "projectFolder": "src", - "packageSuffix": "", - "makeLatest": "true" - } - }, { "path": "template-files/.github/workflows/format.yaml", "targetPath": ".github/workflows/format.yaml", @@ -2508,13 +2481,6 @@ "path": "template-files/.prettierrc/.prettierrc", "targetPath": ".prettierrc" }, - { - "path": "template-files/Dockerfile/httpd.Dockerfile", - "targetPath": "Dockerfile", - "props": { - "documentationFolder": "src" - } - }, { "path": "template-files/LICENSE", "targetPath": "LICENSE", From 2e7a64f5b239306bbe631cf990bffba147e1d826 Mon Sep 17 00:00:00 2001 From: "autofix-ci[bot]" <114827586+autofix-ci[bot]@users.noreply.github.com> Date: Sun, 1 Jun 2025 16:53:49 +0000 Subject: [PATCH 2/3] [autofix.ci] apply automated fixes --- repos.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/repos.json b/repos.json index f72d6f0..11e878b 100644 --- a/repos.json +++ b/repos.json @@ -2922,10 +2922,6 @@ "path": "template-files/.gitignore/DotNet.gitignore", "targetPath": ".gitignore" }, - { - "path": "template-files/.dockerignore", - "targetPath": "app/.dockerignore" - }, { "path": "template-files/.prettierignore", "targetPath": ".prettierignore", @@ -2935,6 +2931,10 @@ "path": "template-files/.prettierrc/.prettierrc", "targetPath": ".prettierrc" }, + { + "path": "template-files/.dockerignore", + "targetPath": "app/.dockerignore" + }, { "path": "template-files/package.json/package.manager.package.json", "targetPath": "app/package.json", From c8816348c89885cf7d7d303fa2ae1f2fcdba2fb2 Mon Sep 17 00:00:00 2001 From: trueberryless Date: Sun, 1 Jun 2025 18:54:27 +0200 Subject: [PATCH 3/3] docs: changeset --- .changeset/slimy-buttons-reflect.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 .changeset/slimy-buttons-reflect.md diff --git a/.changeset/slimy-buttons-reflect.md b/.changeset/slimy-buttons-reflect.md new file mode 100644 index 0000000..c2aafb6 --- /dev/null +++ b/.changeset/slimy-buttons-reflect.md @@ -0,0 +1,5 @@ +--- +"template-files": patch +--- + +Remove parts of trueberryless repo sync because it is now deployed with Netlify