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

Add a version consistency check #396

Open
wants to merge 5 commits into
base: main
Choose a base branch
from

Commits on Sep 8, 2022

  1. Add a version consistency check

    Extract the version from version.bzl using sed.
    
    For MODULE.bazel, we need to use buildifier to avoid confusion between
    skylib's version and our dependencies' versions.
    tetromino committed Sep 8, 2022
    Configuration menu
    Copy the full SHA
    a2ef195 View commit details
    Browse the repository at this point in the history

Commits on Sep 12, 2022

  1. Configuration menu
    Copy the full SHA
    79e3953 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    893077e View commit details
    Browse the repository at this point in the history
  3. buildifier fixes

    tetromino committed Sep 12, 2022
    Configuration menu
    Copy the full SHA
    4afd8d2 View commit details
    Browse the repository at this point in the history
  4. More buildifier fixes

    tetromino committed Sep 12, 2022
    Configuration menu
    Copy the full SHA
    44e8d9f View commit details
    Browse the repository at this point in the history