Skip to content

v0.1.0

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 04 Jan 13:57
· 19 commits to main since this release

Installation

Important

Installation is only supported via Bzlmod!

Install from Git

bazel_dep(name = "bzlparty_rules_html")

git_override(
    module_name = "bzlparty_rules_html",
    remote = "git@github.com:bzlparty/rules_html.git",
    commit = "8110ce9651b40bce137eadc6deb77447e7d0dcc4",
)

Install from Archive

bazel_dep(name = "bzlparty_rules_html")

archive_override(
    module_name = "bzlparty_rules_html",
    urls = "https://github.com/bzlparty/rules_html/releases/download/v0.1.0/rules_html-v0.1.0.tar.gz",
    strip_prefix = "rules_html-0.1.0",
    integrity = "sha256-5c062613ba347d85e82a54b1c5886aea1018d6c544d3d3bc43b0321f4a77666c",
)

Checksums

rules_html-v0.1.0.tar.gz 5c062613ba347d85e82a54b1c5886aea1018d6c544d3d3bc43b0321f4a77666c

Full Changelog: https://github.com/bzlparty/rules_html/commits/v0.1.0