Skip to content

Commit b7eba80

Browse files
authored
Merge pull request #1 from bazel-contrib/rename
chore: rename per Google request
2 parents 2101357 + 5f9762f commit b7eba80

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

.bcr/metadata.template.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"homepage": "https://github.com/bazel-contrib/platform_constraints",
2+
"homepage": "https://github.com/bazel-contrib/platforms_contrib",
33
"maintainers": [
44
{
55
"email": "dzbarsky@gmail.com",
@@ -26,7 +26,7 @@
2626
"github_user_id": 47395
2727
}
2828
],
29-
"repository": ["github:bazel-contrib/platform_constraints"],
29+
"repository": ["github:bazel-contrib/platforms_contrib"],
3030
"versions": [],
3131
"yanked_versions": {}
3232
}

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
release:
2323
uses: bazel-contrib/.github/.github/workflows/release_ruleset.yaml@v7.3.0
2424
with:
25-
release_files: platform_constraints-*.tar.gz
25+
release_files: platforms_contrib-*.tar.gz
2626
prerelease: false
2727
bazel_test_command: bazel build :all
2828
tag_name: ${{ inputs.tag_name || github.ref_name }}

.github/workflows/release_prep.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ TAG=$1
88
# The prefix is chosen to match what GitHub generates for source archives
99
# This guarantees that users can easily switch from a released artifact to a source archive
1010
# with minimal differences in their code (e.g. strip_prefix remains the same)
11-
PREFIX="platform_constraints-${TAG:1}"
12-
ARCHIVE="platform_constraints-$TAG.tar.gz"
11+
PREFIX="platforms_contrib-${TAG:1}"
12+
ARCHIVE="platforms_contrib-$TAG.tar.gz"
1313

1414
# NB: configuration for 'git archive' is in /.gitattributes
1515
git archive --format=tar --prefix=${PREFIX}/ ${TAG} | gzip > $ARCHIVE

MODULE.bazel

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
module(name = "platform_constraints")
1+
module(name = "platforms_contrib")
22

33
bazel_dep(name = "package_metadata", version = "0.0.7", dev_dependency = True)

0 commit comments

Comments
 (0)