mirror of https://github.com/bazelbuild/platforms
Update versions to 0.0.8, tweak release script. (#79)
* add bzlmod stuff to dist * get ready for version 0.0.8 * fix typo in license dep
This commit is contained in:
parent
8ff1c11d96
commit
dbdf8343cb
|
@ -1,6 +1,6 @@
|
|||
module(
|
||||
name = "platforms",
|
||||
version = "0.0.7", # keep in sync with version.bzl
|
||||
version = "0.0.8", # keep in sync with version.bzl
|
||||
compatibility_level = 1,
|
||||
)
|
||||
|
||||
|
|
|
@ -19,7 +19,7 @@ fi
|
|||
|
||||
|
||||
dist_file="/tmp/platforms-${version}.tar.gz"
|
||||
tar czf "$dist_file" BUILD LICENSE WORKSPACE version.bzl cpu os
|
||||
tar czf "$dist_file" BUILD LICENSE MODULE.bazel WORKSPACE WORKSPACE.bzlmod version.bzl cpu os
|
||||
sha256=$(shasum -a256 "$dist_file" | cut -d' ' -f1)
|
||||
|
||||
path="github.com/bazelbuild/platforms/releases/download/$version/platforms-$version.tar.gz"
|
||||
|
|
|
@ -13,4 +13,4 @@
|
|||
# limitations under the License.
|
||||
"""The version of bazelbuild/platforms."""
|
||||
|
||||
version = "0.0.7"
|
||||
version = "0.0.8"
|
||||
|
|
Loading…
Reference in New Issue