chore(release): v0.0.6
Some checks failed
Some checks failed
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
module(
|
||||
name = "rules_bun",
|
||||
version = "0.0.5",
|
||||
version = "0.0.6",
|
||||
)
|
||||
|
||||
bazel_dep(name = "platforms", version = "1.0.0")
|
||||
|
||||
10
README.md
10
README.md
@@ -11,24 +11,24 @@ These steps show how to consume a tagged release of `rules_bun` in a separate Ba
|
||||
In your project's `MODULE.bazel`, add:
|
||||
|
||||
```starlark
|
||||
bazel_dep(name = "rules_bun", version = "0.0.5")
|
||||
bazel_dep(name = "rules_bun", version = "0.0.6")
|
||||
|
||||
archive_override(
|
||||
module_name = "rules_bun",
|
||||
urls = ["https://github.com/Eriyc/rules_bun/archiv0.0.5.tar.gz"],
|
||||
strip_prefix = "rules_bun-v0.0.5",
|
||||
strip_prefix = "rules_bun-v0.0.6",
|
||||
)
|
||||
```
|
||||
|
||||
For channel/pre-release tags (for example `v0.0.5-rc.1`), use the matching folder prefix:
|
||||
For channel/pre-release tags (for example `v0.0.6-rc.1`), use the matching folder prefix:
|
||||
|
||||
```starlark
|
||||
bazel_dep(name = "rules_bun", version = "0.0.5-rc.1")
|
||||
bazel_dep(name = "rules_bun", version = "0.0.6-rc.1")
|
||||
|
||||
archive_override(
|
||||
module_name = "rules_bun",
|
||||
urls = ["https://github.com/Eriyc/rules_bun/archiv0.0.5-rc.1.tar.gz"],
|
||||
strip_prefix = "rules_bun-v0.0.5-rc.1",
|
||||
strip_prefix = "rules_bun-v0.0.6-rc.1",
|
||||
)
|
||||
```
|
||||
|
||||
|
||||
Reference in New Issue
Block a user