-
Hi, I'm a bit confused because the github releases (e.g. How does that work? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 3 replies
-
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. |
Beta Was this translation helpful? Give feedback.
-
@jcornaz, |
Beta Was this translation helpful? Give feedback.
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.