Re-exports§
pub use crate::changelog::GitLog;
Functions§
- collect_
all_ tags - Collect all tag names in the repository.
- create_
branch_ and_ commit - create_
branch_ and_ commits - create_
commit - create_
or_ move_ tag - Create a tag, or move it if it already exists. Returns true if the tag was moved.
- create_
tag - fetch_
tags - find_
last_ tag_ name - force_
push_ tags - get_
changed_ files - get_
changed_ files_ since_ tag - get_
commits_ since_ last_ stable_ tag - get_
commits_ since_ last_ tag - get_
remote_ url - get_
repo_ root - get_
tag_ message - If a tag exists, return its message.
- open_
repo - push
- push_
branch - push_
tags - resolve_
current_ branch - Resolve the current branch name from HEAD, falling back to CI environment variables when in detached HEAD state (common in CI runners).
- tag_
exists - verify_
remote_ branch