fabric8io/fabric8-pipeline-library

automate github release notes for non-npm projects too if using Conventional Commits?

Opened this issue · 2 comments

So I'm loving the github release notes we generate for npm projects:
https://github.com/fabric8-ui/fabric8-runtime-console/releases

e.g. if a project is using the Conventional Commits (http://conventionalcommits.org/) format for commit messages then we can generate nice release notes for the project.

I wonder if we could start to enable this on all java & go projects too if they opt in to using Conventional Commits? Maybe it could be a flag we enable in the Jenkinsfile or something?

relates to #73 too