Function gitcc_git::set_annotated_tag
source · pub fn set_annotated_tag(
repo: &GitRepository,
tag: &str,
message: &str
) -> Result<(), Error>
Expand description
Sets an annotated tag to the HEAD
pub fn set_annotated_tag(
repo: &GitRepository,
tag: &str,
message: &str
) -> Result<(), Error>
Sets an annotated tag to the HEAD