From e715c134742906d77eb028f220d1e97e0c7f9f42 Mon Sep 17 00:00:00 2001 From: Fabian Meumertzheim Date: Tue, 12 Nov 2024 12:08:47 +0100 Subject: [PATCH] Revert to empty version and update repo metadata (#1975) **What type of PR is this?** Bug fix **What package or component does this PR mostly affect?** BCR **What does this PR do? Why is it needed?** The new style also isn't supported by Publish to BCR and a fix is in flight: https://github.com/bazel-contrib/publish-to-bcr/pull/175 **Which issues(s) does this PR fix?** Fixes # **Other notes for review** --- .bcr/metadata.template.json | 4 ++-- MODULE.bazel | 3 ++- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/.bcr/metadata.template.json b/.bcr/metadata.template.json index 8b19514e5..340bd265d 100644 --- a/.bcr/metadata.template.json +++ b/.bcr/metadata.template.json @@ -1,5 +1,5 @@ { - "homepage": "https://github.com/bazelbuild/bazel-gazelle", + "homepage": "https://github.com/bazel-contrib/bazel-gazelle", "maintainers": [ { "email": "fabian@meumertzhe.im", @@ -18,7 +18,7 @@ } ], "repository": [ - "github:bazelbuild/bazel-gazelle" + "github:bazel-contrib/bazel-gazelle" ], "versions": [], "yanked_versions": {} diff --git a/MODULE.bazel b/MODULE.bazel index a8768bae6..2cf09888a 100644 --- a/MODULE.bazel +++ b/MODULE.bazel @@ -1,7 +1,8 @@ module( name = "gazelle", + # Updated by the Publish to BCR app. + version = "", repo_name = "bazel_gazelle", - # version is set by the Publish to BCR app. ) bazel_dep(name = "bazel_features", version = "1.9.1")