Skip to content

Commit

Permalink
Revert to empty version and update repo metadata (#1975)
Browse files Browse the repository at this point in the history
**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: bazel-contrib/publish-to-bcr#175

**Which issues(s) does this PR fix?**

Fixes #

**Other notes for review**
  • Loading branch information
fmeum authored Nov 12, 2024
1 parent 59b23bb commit e715c13
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .bcr/metadata.template.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"homepage": "https://github.com/bazelbuild/bazel-gazelle",
"homepage": "https://github.com/bazel-contrib/bazel-gazelle",
"maintainers": [
{
"email": "[email protected]",
Expand All @@ -18,7 +18,7 @@
}
],
"repository": [
"github:bazelbuild/bazel-gazelle"
"github:bazel-contrib/bazel-gazelle"
],
"versions": [],
"yanked_versions": {}
Expand Down
3 changes: 2 additions & 1 deletion MODULE.bazel
Original file line number Diff line number Diff line change
@@ -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")
Expand Down

0 comments on commit e715c13

Please sign in to comment.