Review and edit before release
Sometimes when I use this tool I have the need to adjust the changelog manually to fix some things or add things not captured in the git log. I usually use conventional-changelog to update a CHANGELOG.md file and afterward this tool to additionally update the releases page. Now currently I have to make those edits twice, once to CHANGELOG.md and then again on the release page because the github-releaser does not check that file.
The best solution I have come up so far with is an option where it uses the infile as a basis of the content of the release on github instead of the raw git log. What do you think?
I'm not sure TBH, I was also thinking maybe we could allow user to open an editor before posting on GitHub.