Skip to content

Initial release

Compare
Choose a tag to compare
@nateinaction nateinaction released this 11 May 23:38
· 17 commits to main since this release
be5ef39

Copy the following into your WORKSPACE file to use rules_envfile at release v1.0.0

http_archive(
    name = "io_worldpeace_rules_envfile",
    sha256 = "6314dec7debeb1a554ac623e9d2eca6565205003aea263aee6957b703fc80a94",
    strip_prefix = "rules_envfile-1.0.0",
    urls = ["https://github.com/worldpeaceio/rules_envfile/archive/refs/tags/v1.0.0.tar.gz"]
)