Constant VCS_REF_HEAD_NAME

pub const VCS_REF_HEAD_NAME: &'static str;
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"