GregoryConrad / rearch-rs

Re-imagined approach to application design and architecture
https://crates.io/crates/rearch
MIT License
81 stars 4 forks source link

Consider splitting up versioning into independent packages #5

Closed GregoryConrad closed 10 months ago

GregoryConrad commented 10 months ago

Now that we have rearch-tokio, versioning might be better to do in individual packages instead of all together, since it isn't technically following semver (won't necessarily hurt anything as-is, but could be better).

GregoryConrad commented 10 months ago

Partially fixed, but the tagging is messed up. Need some monorepo tool that will handle independent package tagging and similar.

GregoryConrad commented 10 months ago

cargo-smart-release seems to work perfectly. Just so I don't forget: