July 08, 2014
  On Monday, 7 July 2014 at 21:15:33 UTC, Paul D Anderson wrote:
> On Monday, 7 July 2014 at 03:26:54 UTC, Poyeyo wrote:
>> Can you add a dub.json and submit it to the dub registry?
>
> etcimon generated a dub.json file which I've merged into github. Thanks.
>
> However, I am unable to register the package because it requires a version number, which I don't know how to add. I've used git tag and edited dub.selections.json, but neither seems to be the answer. Can someone enlighten me?
>
> Paul

If you want to do this in github just click the releases tab on
your repo and create a new release with the tag and name
formatted as a SemVer[1] tag.

[1]: http://semver.org/
July 08, 2014
On Tuesday, 8 July 2014 at 08:15:28 UTC, Sönke Ludwig wrote:
> Am 07.07.2014 23:15, schrieb Paul D Anderson:
>> On Monday, 7 July 2014 at 03:26:54 UTC, Poyeyo wrote:
>>> Can you add a dub.json and submit it to the dub registry?
>>
>> etcimon generated a dub.json file which I've merged into github. Thanks.
>>
>> However, I am unable to register the package because it requires a
>> version number, which I don't know how to add. I've used git tag and
>> edited dub.selections.json, but neither seems to be the answer. Can
>> someone enlighten me?
>>
>> Paul
>
> git tag v0.9.0
> git push --tags
>
> should do the trick (as well as any other version instead of 0.9.0, of course).

Thanks. That did it.
1 2
Next ›   Last »