From bd26104e1ea3340ace17f6a145697f8e327869ff Mon Sep 17 00:00:00 2001 From: Fabian Meumertzheim Date: Thu, 29 Sep 2022 16:33:30 +0200 Subject: [PATCH] bzlmod: Fix "Publish to BCR" app setup --- .bcr/config.yml | 1 + metadata.template.json => .bcr/metadata.template.json | 0 presubmit.yml => .bcr/presubmit.yml | 0 source.template.json => .bcr/source.template.json | 0 4 files changed, 1 insertion(+) create mode 100644 .bcr/config.yml rename metadata.template.json => .bcr/metadata.template.json (100%) rename presubmit.yml => .bcr/presubmit.yml (100%) rename source.template.json => .bcr/source.template.json (100%) diff --git a/.bcr/config.yml b/.bcr/config.yml new file mode 100644 index 0000000..6c641a2 --- /dev/null +++ b/.bcr/config.yml @@ -0,0 +1 @@ +fixedRelease: fmeum diff --git a/metadata.template.json b/.bcr/metadata.template.json similarity index 100% rename from metadata.template.json rename to .bcr/metadata.template.json diff --git a/presubmit.yml b/.bcr/presubmit.yml similarity index 100% rename from presubmit.yml rename to .bcr/presubmit.yml diff --git a/source.template.json b/.bcr/source.template.json similarity index 100% rename from source.template.json rename to .bcr/source.template.json