janderssonse / changelog-tag

An opinionated util for generating a Changelog from Conventional commits, bumping semver and so on.
GNU General Public License v3.0
2 stars 1 forks source link

Port the project to Golang or other fitting solution #5

Open janderssonse opened 1 year ago

janderssonse commented 1 year ago

What benefits does the suggestion solve?

Improves maintenance, stability etc.

Feature suggestion description

Currently, changelog_release is a bash script. It works, and the code is structured ,fairly tested... but It is starting to reach the point where it most likely makes more sense to rewrite it a go binary, or possible a java picocli app, native graalvm generation.

Also, it would certainly make it more appealing to recieve external bugfixes, as bash is not at the highest top of the hipster chain:)

Alternative solutions

No response

Additional information

No response

janderssonse commented 1 year ago

Started doing a Golang branch, will upload it "soon".