rguerillot / RM-seq2

0 stars 0 forks source link

Use semantic versioning #2

Open schultzm opened 4 years ago

schultzm commented 4 years ago

Number the version using the semantic versioning system see https://semver.org/

On this topic, create tags for the software and push the git tags corresponding to the version number. e.g. git tag -a v1.4 -m "my version 1.4" (see here)