bazel-contrib / publish-to-bcr

A GitHub app that mirrors releases of your Bazel ruleset to the Central Registry
Apache License 2.0
21 stars 9 forks source link

feat: correctly sort bazel module versions #145

Closed kormide closed 6 months ago

kormide commented 7 months ago

Sort module versions in the official order.

See https://github.com/bazelbuild/bazel-central-registry/pull/1431#discussion_r1477936416.

cgrindel commented 7 months ago

The code looks good. However, I wanted to point out that a TypeScript library for bzlmod verions. Do you think it makes sense to leverage the library?

kormide commented 7 months ago

a TypeScript library for bzlmod verions

Nice, I had no idea this existed. I'll use that instead.

kormide commented 7 months ago

a TypeScript library for bzlmod verions

Nice, I had no idea this existed. I'll use that instead.

It looks like this hasn't actually been published to npm, yet. @hobofan Are there any plans to do so?