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

Conversation

reutermj
Copy link
Contributor

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 reutermj force-pushed the master branch 2 times, most recently from c30562b to 6029b11 Compare October 31, 2024 14:37
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.
@SanderMertens
Copy link
Owner

Thanks for the PR!

@SanderMertens SanderMertens merged commit 3a546e6 into SanderMertens:master Oct 31, 2024
72 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants