Using Bzlmod with Bazel 7 or greater
Add to your MODULE.bazel file:
bazel_dep(name = "rules_gitops", version = "1.0.0-rc.2")What's Changed
- feat: rules_gitops 1.0 + bzlmod support by @nickschaap in #193
- feat: more detailed gitops pr commit msg by @nickschaap in #202
New Contributors
- @nickschaap made their first contribution in #193
Full Changelog: v0.23.0...v1.0.0-rc.2