Thread overview
Help with registering dub package
Apr 12, 2023
Dmitry Olshansky
Apr 12, 2023
Dmitry Olshansky
April 12, 2023

Could someone walk me through the steps of publish my dub package?

I'm stuck with this:
https://code.dlang.org/packages/strand

For some reason code.dlang.org cannot find my semver tag I guess.

--
Dmitry Olshansky

April 12, 2023
Your branches + tag is all messed up.

You have both ~master and ~main. ~main has dub.json (which is required), but the tag is based upon ~master which has your README.

Between the two branches everything is there, its just that it needs to be all in one.
April 12, 2023
On Wednesday, 12 April 2023 at 08:25:54 UTC, Richard (Rikki) Andrew Cattermole wrote:
> Your branches + tag is all messed up.
>
> You have both ~master and ~main. ~main has dub.json (which is required), but the tag is based upon ~master which has your README.
>
> Between the two branches everything is there, its just that it needs to be all in one.

Thanks, Rikki!

—
Dmitry Olshansky