More
diff --git a/.github/workflows/publish.yaml b/.github/workflows/publish.yaml
index a0ecc15..58cfd06 100644
--- a/.github/workflows/publish.yaml
+++ b/.github/workflows/publish.yaml
@@ -1,21 +1,3 @@
-# Publishes a release to the Bazel Central Registry (BCR).
-#
-# This replaces the legacy "Publish to BCR" GitHub App, which is deprecated and
-# is being discontinued after 2026-06-30. It opens a pull request against
-# https://github.com/bazelbuild/bazel-central-registry using the templates in
-# the .bcr/ folder.
-#
-# Trigger: fires when a release is promoted to a full (non-prerelease) release.
-# Our release.yml cuts releases as prereleases first; the `released` activity
-# type fires both when a release is published as a full release and when a
-# prerelease is changed to a release, which matches the behavior the GitHub App
-# previously had. It can also be run manually via workflow_dispatch for a tag.
-#
-# Requirements (must be configured by a repo admin):
-#   - A registry fork the workflow can push to: bazel-contrib/bazel-central-registry.
-#   - A classic Personal Access Token with `repo` scope stored as the
-#     BCR_PUBLISH_TOKEN repository secret. Fine-grained PATs cannot open pull
-#     requests against public repos, so a classic PAT is required.
 name: Publish to BCR
 on:
   release: