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
Thread overview | |||||
---|---|---|---|---|---|
|
April 12, 2023 Help with registering dub package | ||||
---|---|---|---|---|
| ||||
Could someone walk me through the steps of publish my dub package? I'm stuck with this: For some reason code.dlang.org cannot find my semver tag I guess. -- |
April 12, 2023 Re: Help with registering dub package | ||||
---|---|---|---|---|
| ||||
Posted in reply to Dmitry Olshansky | 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 Re: Help with registering dub package | ||||
---|---|---|---|---|
| ||||
Posted in reply to Richard (Rikki) Andrew Cattermole | 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
|