On Thu, 03 Oct 2013 18:23:54 GMT, Sönke Ludwig wrote:

On Thu, 03 Oct 2013 18:13:00 GMT, Gary Willoughby wrote:

How do i specify versions in submitted packages? I have a package i've submitted from here:

https://github.com/nomad-software/dunit

and the version is listed as ~master. I've added a release tag in guthub here:

https://github.com/nomad-software/dunit/releases

but that hasn't been picked up. What am i doing wrong?

The tag needs to have a "v" prefixed and must be in SemVer format, i.e. "v1.0.0-beta" in your case. Version increments should also happen according to SemVer, but this is not enforced and not even mentioned right now.

Versioning is mentioned briefly on http://code.dlang.org/publish, but the documentation really needs to be improved.

Aha, thanks.