You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently for each release we have to manually update the changelog
and push a tag. Let's automate this process via release-please
+ conventional commits.
Release-As: 3.0.0
Copy file name to clipboardExpand all lines: CONTRIBUTING.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -42,6 +42,7 @@ For your contribution to be accepted:
42
42
-[x] The test suite must be complete and pass.
43
43
-[x] The changes must be approved by code review.
44
44
-[x] Commits should be atomic and messages must be descriptive. Related issues should be mentioned by Issue number.
45
+
-[x] PR commit messages must follow [Conventional Commits](https://www.conventionalcommits.org/) format (e.g. `feat: add new feature`, `fix: resolve crash on startup`, `chore: update dependencies`). This is enforced by CI and used for automated changelog generation.
45
46
46
47
If the contribution doesn't meet the above criteria, you may fail our automated checks or a maintainer will discuss it with you. You can continue to improve a Pull Request by adding commits to the branch from which the PR was created.
0 commit comments