Open schultzm opened 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)
git tag -a v1.4 -m "my version 1.4"
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)