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

docs(changelog): create a git cliff template for easier changelog stuff #3652

Merged
merged 1 commit into from
Oct 11, 2024

Conversation

ninjamuffin99
Copy link
Member

git cliff can nicely generate changelogs for commits written in conventional commit syntax
fix: fixed boyfriend exploding

will spit out to

## Fixed
- Fixed boyfriend exploding

I don't think we need to be super strict with making PRs and everyones commits follow along, I've found it pretty straightforward to use conventional commits, as well as rebasing my own and others commits to use conventional commits.

@github-actions github-actions bot added the medium A medium pull request with 100 or fewer changes label Oct 11, 2024
@ninjamuffin99 ninjamuffin99 merged commit 91b4544 into develop Oct 11, 2024
2 of 6 checks passed
@EliteMasterEric EliteMasterEric added this to the 0.5.2 milestone Oct 12, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
medium A medium pull request with 100 or fewer changes
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants