Skip to content

Commit

Permalink
docs: point to regex and tools for conventional commits (#12877)
Browse files Browse the repository at this point in the history
This was done in response to discussion on #fil-lotus-dev.
  • Loading branch information
BigLep authored and shobit000 committed Feb 7, 2025
1 parent d223e83 commit df056ab
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,8 @@ This means the PR title should be in the form of `<type>(<scope>): <description>

Note that this is enforced with https://github.com/filecoin-project/lotus/blob/master/.github/workflows/pr-title-check.yml

If it is unclear why one's title is getting flagged, it the regex defined in [pr-title-check.yml](https://github.com/filecoin-project/lotus/blob/master/.github/workflows/pr-title-check.yml#L28) can be plugged into a debugger like [regex101.com](https://regex101.com/r/kUrU3F/2).

## CHANGELOG Management

To expedite the release process, the CHANGELOG is built-up incrementally.
Expand Down

0 comments on commit df056ab

Please sign in to comment.