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

Follow the “Conventional Commits” commit convention & allow only squashing when merging PRs unless specified otherwise #141

Open
1 task done
itsWindows11 opened this issue Oct 15, 2024 · 0 comments

Comments

@itsWindows11
Copy link
Collaborator

itsWindows11 commented Oct 15, 2024

Duplicates

  • I have searched the existing issues

Summary 💡

See https://www.conventionalcommits.org/en/v1.0.0/ for more details.

In order to easily generate release notes on GitHub, we need to follow a commit convention like this one & additionally have a PR policy where only squashing is allowed unless stated otherwise for reasons where a merge or rebase is applicable (so we don't bloat the release notes).

Examples 🌈

Below are potential examples of commit messages, which can eventually add up together to be a valid release notes list:

  • feat(blocks): add new block type.
  • docs: April Fools update.

Motivation 🔦

No response

@itsWindows11 itsWindows11 changed the title Follow the “Conventional Commits” commit convention Follow the “Conventional Commits” commit convention & allow only squashing when merging PRs unless specified otherwise Oct 15, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant