code.dlang.org package isn't automatically bumped when I push a new version tag on github

Basile B. via Digitalmars-d-learn digitalmars-d-learn at puremagic.com
Mon Jun 26 02:37:11 PDT 2017


On Monday, 26 June 2017 at 09:01:01 UTC, Nordlöw wrote:
> On Monday, 26 June 2017 at 08:07:56 UTC, Seb wrote:
>> The crawler runs every hour. Though you can login and trigger 
>> a manual refresh.
>
> "Show all versions" doesn't show the latest tag version `v1.0`.

Don't worry, it's just your tag that's malformed;

"v1.0" while it should be "v1.0.0"

so... git tag -d v1.0 and add v1.0.0 this time


More information about the Digitalmars-d-learn mailing list