useGit API
    Preparing search index...

    Interface TagOptions

    interface TagOptions {
        "--delete"?: string;
        "--message"?: string;
        "--sort"?: string;
        "--verify"?: string;
        flags?: ("--force" | "--list" | "--ignore-case" | "--omit-empty")[];
    }
    Index

    Properties

    "--delete"?: string

    Delete the given tag.

    "--message"?: string

    Message for annotated tags.

    "--sort"?: string

    Sort tags by the given key. Example: 'version:refname'

    "--verify"?: string

    Verify the cryptographic signature of the given tag.

    flags?: ("--force" | "--list" | "--ignore-case" | "--omit-empty")[]