-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: update configuration for semantic-prs app
Switch to validating individual commits as opposed to PR titles.
- Loading branch information
Showing
2 changed files
with
8 additions
and
19 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,5 @@ | ||
# Config file for https://github.com/Ezard/semantic-prs. | ||
# Config file for semantic-prs (https://github.com/Ezard/semantic-prs). | ||
--- | ||
# PRs will generally be squashed and merged, so we only care about the | ||
# title for purposes of semantic versioning. This also prevents false | ||
# positives when some commits use semantic messages, but the PR title | ||
# does not. | ||
# | ||
# Note this means the check will be irrelevant for PRs which are | ||
# intended to be merged rather than squashed. Merged PRs are useful, | ||
# for example, if we want to merge several semantic changes all at | ||
# once (i.e. without multiple releases); to accomplish this, we would | ||
# use semantic messages on individual commits. | ||
titleOnly: true | ||
# PRs will be rebased before being merged. Individual commits need to | ||
# follow the semantic PR spec. | ||
commitsOnly: true |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters