Closed endoze closed 1 week ago
dist assumes you're only releasing executable binaries by default, but you can force it to release a library by changing --tag={version}
to --tag={name}-{version}
Can you try dist plan --tag="axum-rails-cookie-v0.1.0"
and let me know if that works for you?
Here's the output as requested, still no dice. I tried both the crate name and the lib name:
Thanks for trying that. That should have worked, so this definitely looks like a bug. I'm looking into it now; I'll let you know when I have more information.
This should be fixed by #1551.
This does indeed fix my issue, thank you very much!
I'm trying to use dist to for announcement only releases on my crate axum-rails-cookie, but currently when running the latest version of dist locally with my crate I continually get an error.
Any guidance with what I'm doing wrong would be greatly appreciated!