Conventional Commits and Auto ReleaseNotes #253
-
As We intend to generate Release notes automatically using GitHub Actions, I have found an action that would let us do this and produce release notes such as the one in the picture below: However, to go in this direction, all commits have to follow Conventional Commit standard which is found on this page --> https://www.conventionalcommits.org/en/v1.0.0/ I have an action that can check for commit compliance upon a pull request and fail if the standard is not followed, this means we would have to force a contributor to repeat the commit and update the pull request for the compliance check to pass @tatomir146 @didiladi @patrickpichler @UnseenWizzard what do you think ? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 2 replies
-
I personally like it to be honest 👍 |
Beta Was this translation helpful? Give feedback.
-
One more related question @dynatrace-oss/mac-maintainers: From a recent look at it, the types outlined by Angular sound like a reasonable base set of types. We should agree what we adopt and note it down in CONTRIBUTING.md! Not sure if we want to use scopes? |
Beta Was this translation helpful? Give feedback.
I personally like it to be honest 👍