pub const VCS_REF_BASE_NAME: &str = "vcs.ref.base.name";
Expand description
The name of the reference such as branch or tag in the repository.
§Notes
base
refers to the starting point of a change. For example, main
would be the base reference of type branch if you’ve created a new
reference of type branch from it and created new commits.
§Examples
"my-feature-branch"
"tag-1-test"