Re: Help with registering dub package

2023-04-12 Thread Dmitry Olshansky via Digitalmars-d-learn
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




Re: Help with registering dub package

2023-04-12 Thread Richard (Rikki) Andrew Cattermole via Digitalmars-d-learn

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.


Help with registering dub package

2023-04-12 Thread Dmitry Olshansky via Digitalmars-d-learn

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