We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 643639e commit 3c32a41Copy full SHA for 3c32a41
mindflow/__init__.py
@@ -1 +1 @@
1
-__version__ = "0.3.18"
+__version__ = "0.3.19"
mindflow/core/git/commit.py
@@ -31,7 +31,7 @@ def run_commit(
31
return response.commit_message
32
33
# add co-authorship to commit message
34
- response += "\n\nCo-authored-by: MindFlow <mf@mindflo.ai>"
+ response += ": Co-authored-by: MindFlow <mf@mindflo.ai>"
35
else:
36
response = message_overwrite
37
0 commit comments