docs: adding in missing links
This commit is contained in:
parent
af7be0e52d
commit
11a8c8d9a4
1 changed files with 1 additions and 1 deletions
|
@ -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:
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue