vaticle / bazel-distribution

Bazel rules for assembling and deploying software distributions (see @vaticle for usage example)
https://bazel.build
Apache License 2.0
155 stars 53 forks source link

Release candidate support #397

Closed dmitrii-ubskii closed 5 months ago

dmitrii-ubskii commented 5 months ago

What is the goal of this PR?

We add support for repository-specific prerelease versioning, currently limited to "rc" (release candidate).

This change ensures the following format:

What are the changes implemented in this PR?

Drive-by: ensure semver compatibility for snapshot releases in crates and maven by prepending 0.0.0- to the git commit SHA.

vaticle-bot commented 5 months ago

PR Review Checklist

Do not edit the content of this comment. The PR reviewer should simply update this comment by ticking each review item below, as they get completed.


Trivial Change

Code

Architecture