millanek / Dsuite

Fast calculation of Patterson's D (ABBA-BABA) and the f4-ratio statistics across many populations/species
160 stars 26 forks source link

make a release or tag versions ? #79

Open arielzn opened 1 year ago

arielzn commented 1 year ago

Hello,

It seems you are keeping a version numbering for the code :

https://github.com/millanek/Dsuite/blob/5717e3f30bda369704c401187e4a1fdc6aec4abc/Dsuite.cpp#L17

Would you mind creating a github release, or at least pushing a tag with the version every time you release a new one ?

This would help a lot with tools used to automate the build and create packages version-specific. Having tags or releases allows to easily pull a specific version, rather than pulling the master branch and checking the version name on the .cpp file.