digitalmars.D.learn - Help with registering dub package
- Dmitry Olshansky (6/6) Apr 12 2023 Could someone walk me through the steps of publish my dub package?
- Richard (Rikki) Andrew Cattermole (5/5) Apr 12 2023 Your branches + tag is all messed up.
- Dmitry Olshansky (5/11) Apr 12 2023 Thanks, Rikki!
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
Apr 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.
Apr 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
Apr 12 2023