Skip to content

Tag versioned releases so downstream tools can pin babel-validation #99

Description

@gaurav

With babel_validation installed from GitHub (see #95 / #96), consumers (Babel, Babel Explorer) currently have to pin to a commit SHA, which is brittle and opaque.

Proposal

  • Bump version in pyproject.toml per meaningful change and create matching git tags (e.g. v0.2.0).
  • Document the pin form in the README, e.g. uv add "babel-validation @ git+https://github.com/TranslatorSRI/babel-validation@v0.2.0".
  • (Later) consider publishing to PyPI once the API and the Translator-specific defaults are generalized — explicitly out of scope for now.

Benefit: downstream tools get reproducible, human-readable pins and a clear changelog boundary.

Filed as a follow-up to the library carve-out (#67).

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions