docs: adding in missing links

This commit is contained in:
D. Moonfire 2025-02-23 11:28:59 -06:00
parent af7be0e52d
commit 11a8c8d9a4

View file

@ -2,7 +2,7 @@
_A small utility that calculates the sematic version from conventional commits in a Git repository._
This utility does one thing only, calculate the [semantic version]() from Git commits that conform to the [conventional commit]() specification. It is path-aware which means only commits inside certain directories are included in the calculation. The current version number is built from the highest sematic version tag found in the commit's parents.
This utility does one thing only, calculate the [semantic version](https://semver.org/) from Git commits that conform to the [conventional commit](https://www.conventionalcommits.org/en/v1.0.0/) specification. It is path-aware which means only commits inside certain directories are included in the calculation. The current version number is built from the highest sematic version tag found in the commit's parents.
For example, the version of "Package1" will be 1.2.4 and "Package2" will be 1.3.0 from the following commits: