Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove unnecessary version attribute from flecs bazel module definition #1420

Merged
merged 1 commit into from
Oct 31, 2024

Commits on Oct 31, 2024

  1. Remove unnecessary version attribute from flecs bazel module definition

    The version attribute is not required in bazel module definitions. Currently, the only way to depend on flecs with bzlmod is through `git_override`, which overrides the version with a specific commit anyways. if flecs becomes distributed on Bazel central, this decision will need to be reevaluated, but for now, it's easier to leave it off instead of having to maintain keeping the module version up to date with the current release.
    
    Also updated the docs with guidance on how to configure renovate to autoupdate flecs dependency.
    reutermj committed Oct 31, 2024
    Configuration menu
    Copy the full SHA
    4253a0f View commit details
    Browse the repository at this point in the history