From 545ef21286bbdbb8e1ab5861f9c98a917ebfaae3 Mon Sep 17 00:00:00 2001 From: UebelAndre Date: Mon, 23 Mar 2026 05:36:44 -0700 Subject: [PATCH] Renames based on repo move --- .bcr/metadata.template.json | 17 +++++++++++++++-- .github/release_notes.template | 2 +- .github/workflows/bcr-publish.yaml | 6 +++--- .github/workflows/release.yaml | 2 +- README.md | 2 +- docs/book.toml | 2 +- 6 files changed, 22 insertions(+), 9 deletions(-) diff --git a/.bcr/metadata.template.json b/.bcr/metadata.template.json index be91081..620fcba 100644 --- a/.bcr/metadata.template.json +++ b/.bcr/metadata.template.json @@ -1,16 +1,29 @@ { - "homepage": "https://github.com/periareon/rules_tcl", + "homepage": "https://github.com/hw-bzl/rules_tcl", "maintainers": [ { "name": "Andre Brisco", "email": "91817010+abrisco@users.noreply.github.com", "github": "abrisco", "github_user_id": 91817010 + }, + { + "name": "UebelAndre", + "email": "26427366+UebelAndre@users.noreply.github.com", + "github": "UebelAndre", + "github_user_id": 26427366 + }, + { + "name": "MrAMS", + "email": "25056812+MrAMS@users.noreply.github.com", + "github": "MrAMS", + "github_user_id": 25056812 } ], "repository": [ "github:abrisco/rules_tcl", - "github:periareon/rules_tcl" + "github:periareon/rules_tcl", + "github:hw-bzl/rules_tcl" ], "versions": [], "yanked_versions": {} diff --git a/.github/release_notes.template b/.github/release_notes.template index 8bce7a5..ac59631 100644 --- a/.github/release_notes.template +++ b/.github/release_notes.template @@ -4,4 +4,4 @@ bazel_dep(name = "rules_tcl", version = "{version}") ``` -Additional documentation can be found at: https://github.com/periareon/rules_tcl +Additional documentation can be found at: https://github.com/hw-bzl/rules_tcl diff --git a/.github/workflows/bcr-publish.yaml b/.github/workflows/bcr-publish.yaml index d0700c0..77dc676 100644 --- a/.github/workflows/bcr-publish.yaml +++ b/.github/workflows/bcr-publish.yaml @@ -30,12 +30,12 @@ jobs: with: attest: false tag_name: ${{ inputs.release_version }} - author_name: periareon-bot - author_email: 260522848+periareon-bot@users.noreply.github.com + author_name: MrAMS + author_email: 25056812+MrAMS@users.noreply.github.com # Tags don't include a "v" prefix tag_prefix: "" # GitHub repository which is a fork of the upstream where the Pull Request will be opened. - registry_fork: periareon/bazel-central-registry + registry_fork: hw-bzl/bazel-central-registry templates_ref: ${{ inputs.templates_ref || inputs.release_version }} draft: false permissions: diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 2c4aeb7..459ad19 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -18,7 +18,7 @@ env: jobs: release: - if: ${{ github.repository_owner == 'periareon' }} + if: ${{ github.repository_owner == 'hw-bzl' }} permissions: contents: write actions: write diff --git a/README.md b/README.md index 429c751..b044248 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ Bazel rules for the Tcl programming language. ## Documentation - + ## Examples diff --git a/docs/book.toml b/docs/book.toml index b70d4ec..c41ebb4 100644 --- a/docs/book.toml +++ b/docs/book.toml @@ -6,4 +6,4 @@ src = "src" title = "rules_tcl" [output.html] -git-repository-url = "https://github.com/periareon/rules_tcl" +git-repository-url = "https://github.com/hw-bzl/rules_tcl"