We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d68915b commit bb1f6f5Copy full SHA for bb1f6f5
1 file changed
cookie_python/manage/main.py
@@ -17,7 +17,7 @@ class Action(str, Enum):
17
RELEASE = (
18
"release",
19
release_action,
20
- "Release a new point version",
+ "Release a new patch version",
21
)
22
23
def __new__(
0 commit comments