Constant VCS_REF_HEAD_NAME

Source
pub const VCS_REF_HEAD_NAME: &str = "vcs.ref.head.name";
Expand description

The name of the reference such as branch or tag in the repository.

§Notes

head refers to where you are right now; the current reference at a given time.

§Examples

  • "my-feature-branch"
  • "tag-1-test"