-
Notifications
You must be signed in to change notification settings - Fork 71
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
Bump dsymbol to latest stable tag #655
Conversation
update dub.json? |
Done, @WebFreak001. Ready to merge. |
Is it possible to use a commit sha for current master HEAD instead of master as a dub dependency tag? |
~master doesn't actually mean latest commit on dub, unless you always run It's better to rely on tags because of caching as well as traceability with releases. |
@WebDrake could you maybe push a new tag of dsymbol? |
@RazvanN7 I take it you meant @WebFreak001 there ... ? :-) |
@WebDrake Sorry for the spam :( |
@RazvanN7 created a new tag + release Just found out Github can auto generate changelogs now which is pretty neat! |
I don't see any fresh tags at https://github.com/dlang-community/dsymbol/tags. |
Ok, now I see https://github.com/dlang-community/dsymbol/releases/tag/v0.12.0. I can't see the tag having propagated to DUB registry at https://code.dlang.org/packages/dsymbol, though. |
I don't own the registry item, will take a while until it's updated. Until then, you could maybe look into dlang/dub-registry#414 which implements automatic updates via webhook which you can setup in github :p |
Got it! ;) |
Can someone please trigger the dub registry bump to 0.12 at https://code.dlang.org/packages/dsymbol? |
@Hackerpilot can you trigger a refresh on the dub registry package? |
this PR has become obsolete (dsymbol was updated with #673) |
dub test
pass locally.