Packaging deployments
We should plan a shift towards better versioning and packaging of artifacts. This ticket serves as a discussion on how we could do that.
I think a good start would be to use cargo versioning and tag the releases -- we should also come up with a versioning scheme where it's clear when there's a breaking release (or one that requires special handling in order to not be breaking). For example, we could set the first digit in the "semver" to the radicle-link protocol version (applies to the seed exectuable).
We should probably also tag the docker image with that version.
Ok, that's clear :+1: I can take over https://github.com/radicle-dev/radicle-bins/pull/28 and add these changes there.