Skip to content
Merged
Changes from 3 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
6 changes: 3 additions & 3 deletions api/bazel/repository_locations.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,9 @@ REPOSITORY_LOCATIONS_SPEC = dict(
project_name = "Bazel build tools",
project_desc = "Developer tools for working with Google's bazel buildtool.",
project_url = "https://github.com/bazelbuild/buildtools",
version = "4.0.1",
sha256 = "c28eef4d30ba1a195c6837acf6c75a4034981f5b4002dda3c5aa6e48ce023cf1",
release_date = "2021-03-01",
version = "4.2.1",
sha256 = "b8b69615e8d9ade79f3612311b8d0c4dfe01017420c90eed11db15e9e7c9ff3c",
release_date = "2021-09-10",

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

As per CI failure the UTC for this release is 2021-09-11. The way I find this date is right click on tagged date text on Github, inspect the element in either Firefox or Chrome and find the datetime attribute below which is the UTC of the release. This is the date the checkers use

<relative-time datetime="2021-09-11T01:38:17Z" class="no-wrap" title="Sep 10, 2021, 6:38 PM PDT">26 days ago</relative-time>

Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

thanks - github ui uses "ago" and localizes dates, both of which are deeply unhelpful when trying to check the dates

our new issue creator mostly resolves this, but in this case its showing the latest release so not showing the date for this tag version

strip_prefix = "buildtools-{version}",
urls = ["https://github.com/bazelbuild/buildtools/archive/{version}.tar.gz"],
use_category = ["api"],
Expand Down