AndreasAugustin / go-gitmoji-cli

:octocat: A conventional gitmoji commit interactive command line tool for using emojis on conventional commits. :rocket:

Home Page:https://gitmoji.dev/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[Bug]: quotes when using hooks

AndreasAugustin opened this issue · comments

Is there an existing issue for this?

  • I have searched the existing issues

Describe the bug

when using the hook, the commit title has " around the message.
Super bad for tools like release-please

Expected Behavior

no quotes around the title

Current Behavior

when using the hook the message title has " around the title

Steps To Reproduce

mkdir tmp
cd tmp
git init
echo "foo" >> README.md
go-gitmoji-cli hooks init
git commit
# now do the commit with the message

Possible Solution

No response

Additional Information/Context

No response

go-gitmoji-cli Version

v0.5.0-alpha (724a1cd)