Skip to content

Commit

Permalink
feat: enforce semantic PR titles (#54)
Browse files Browse the repository at this point in the history
* feat: add semantic pull requests config #33

* improv: enforce PR title only #33
  • Loading branch information
heitorlessa authored Jun 3, 2020
1 parent 42b6081 commit ec22a76
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions .github/semantic.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
# conventional commit types: https://github.com/commitizen/conventional-commit-types/blob/v3.0.0/index.json
types:
- feat
- fix
- docs
- style
- refactor
- perf
- test
- build
- ci
- chore
- revert
- improv

# Always validate the PR title
# and ignore the commits to lower the entry bar for contribution
# while titles make up the Release notes to ease maintenance overhead
titleOnly: true

0 comments on commit ec22a76

Please sign in to comment.