Skip to content

Commit

Permalink
fix(semantic): Indicate that the review name needs the semantic (#337)
Browse files Browse the repository at this point in the history
  • Loading branch information
wayfarer3130 authored Jan 13, 2023
1 parent a7c0d50 commit b4732d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ Use the following "Commit Message Format" when drafting commit messages. If you'

Note: Be wary of `BREAKING_CHANGE` in commit message descriptions, as this can force a major version bump.

Be sure to use lower case for the first letter of your semantic commit message, so use `fix` not `Fix` or `feat` not `Feat`, and have a space after the :
Be sure to use lower case for the first letter of your semantic commit message, so use `fix` not `Fix` or `feat` not `Feat`, have a space after the : and make the PR github review title follow the SAME rules. It is the PR review title that determins the final commit message and will be used for semantic detection.

Note: a new package version will be published only if the commit comes from a PR.

Expand Down

0 comments on commit b4732d7

Please sign in to comment.