MCPcopy Index your code
hub / github.com/conventionalcommit/commitlint / Version

Function Version

internal/version.go:25–27  ·  view source on GitHub ↗

Version returns short version number of the commitlint

()

Source from the content-addressed store, hash-verified

23
24// Version returns short version number of the commitlint
25func Version() string {
26 return formShortVersion()
27}
28
29// FullVersion returns version number with hash and build time of the commitlint
30func FullVersion() string {

Callers 3

NewDefaultFunction · 0.92
ParseFunction · 0.92
checkIfMinVersionFunction · 0.92

Calls 1

formShortVersionFunction · 0.85

Tested by

no test coverage detected