-
Notifications
You must be signed in to change notification settings - Fork 133
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Tagging release #228
Comments
For a bit of context, I had to use git for pulling the repository to be able to use dbus-crossroads. |
It would be possible, given I come up with a good naming scheme (the repo has several crates, with separate versions). As for dbus-crossroads, it's still very much in development but if you try it out and have some comments/suggestions it would be appreciated! |
I didn't think it through, tagging versions is not straightforward at all with different crates in the same repo. I'll give it a think. To use |
There's been a suggestion to tag with |
Okay, I've now done this for the last release of dbus and dbus-tokio at least. dbus-crossroads has no release yet. |
Would it be possible to tag releases with
git tag
? It would make exploring the repos easier :) It would also make pulling the repo with git and specifying a version a lot easier.The text was updated successfully, but these errors were encountered: