Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Using conventional commits #1083

Open
koin612 opened this issue May 17, 2024 · 1 comment
Open

Using conventional commits #1083

koin612 opened this issue May 17, 2024 · 1 comment

Comments

@koin612
Copy link
Contributor

koin612 commented May 17, 2024

I'm checking the changes between tags with git log --pretty=oneline v5.4.1...v5.5.0 to create a changelog for the new release. Currently it is a bit painful, because I can't understand most of the commits (even with issues linked).

I think when merging a PR into master we should squash everything into 1 commit using Conventional Commits. From there we maybe could autogenerate changelogs.

The most common used Editors and IDE's have plugins to help you with this commiting style. See: https://plugins.jetbrains.com/plugin/13389-conventional-commit

@predic8
Copy link
Member

predic8 commented Aug 16, 2024

@t-burch have a look at it

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants