Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 15 additions & 2 deletions .bcr/metadata.template.json
Original file line number Diff line number Diff line change
@@ -1,16 +1,29 @@
{
"homepage": "https://github.com/periareon/rules_tcl",
"homepage": "https://github.com/hw-bzl/rules_tcl",
"maintainers": [
{
"name": "Andre Brisco",
"email": "[email protected]",
"github": "abrisco",
"github_user_id": 91817010
},
{
"name": "UebelAndre",
"email": "[email protected]",
"github": "UebelAndre",
"github_user_id": 26427366
},
{
"name": "MrAMS",
"email": "[email protected]",
"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": {}
Expand Down
2 changes: 1 addition & 1 deletion .github/release_notes.template
Original file line number Diff line number Diff line change
Expand Up @@ -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
6 changes: 3 additions & 3 deletions .github/workflows/bcr-publish.yaml
Comment thread
UebelAndre marked this conversation as resolved.
Original file line number Diff line number Diff line change
Expand Up @@ -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
Comment thread
UebelAndre marked this conversation as resolved.
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:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ env:

jobs:
release:
if: ${{ github.repository_owner == 'periareon' }}
if: ${{ github.repository_owner == 'hw-bzl' }}
permissions:
contents: write
actions: write
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Bazel rules for the Tcl programming language.

## Documentation

<https://periareon.github.io/rules_tcl/>
<https://hw-bzl.github.io/rules_tcl/>

## Examples

Expand Down
2 changes: 1 addition & 1 deletion docs/book.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Loading