We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c064be5 commit 9d88ad3Copy full SHA for 9d88ad3
commitizen/git.py
@@ -83,7 +83,7 @@ def from_line(cls, line: str, inner_delimiter: str) -> GitTag:
83
84
85
def tag(
86
- tag: str, annotated: bool = False, signed: bool = False, msg: Optional[str] = None
+ tag: str, annotated: bool = False, signed: bool = False, msg: str | None = None
87
) -> cmd.Command:
88
_opt = ""
89
if annotated:
0 commit comments