pub const COMMITS_SINCE_TAG_DOC: &str = r#"
The number of commits since the last Git tag on the branch that this project was built from.
This value indicates how many commits have been made after the last tag and before the current commit.
If there are no additional commits after the last tag (i.e., the current commit is exactly at a tag),
this value will be `0`.
This constant will be empty or `0` if the last tag cannot be determined or if there are no commits after it.
"#;