AndreasAugustin / go-gitmoji-cli

:octocat: A conventional gitmoji commit interactive command line tool for using emojis on conventional commits. :rocket:
https://gitmoji.dev/
MIT License
8 stars 0 forks source link

[Bug]: quotes when using hooks #76

Closed AndreasAugustin closed 1 year ago

AndreasAugustin commented 1 year ago

Is there an existing issue for this?

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)