Skip to content

How the versioning works? #93

Answered by boozook
jcornaz asked this question in Q&A
Sep 21, 2023 · 2 comments · 3 replies
Discussion options

You must be logged in to vote

Hi 👋

Versioning is in cargo packages and crates-io. GitHub-releases is just kind of milestones, but tags in date format to not break semver compatibility ;)

I made this decision because it's a monorepo without a single main package to define the version for all repo, as well as tag.

Yes, of course I could put tags in "crate-name-version" format every time I update any box, but it could be messy.

If you have an idea on how to do it better, I'd be happy to.

Replies: 2 comments 3 replies

Comment options

You must be logged in to vote
3 replies
@boozook
Comment options

@jcornaz
Comment options

@boozook
Comment options

Answer selected by jcornaz
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants