bahmutov / bahmutov/simple-commit-message
Detect commit messages in the squashed commit
Open
enhancement
- Dominant language
- JavaScript
- Stars
- 25
- Forks
- 8
- PR merge metrics
- No merged PRs in 30d
Description
For example see https://github.com/bahmutov/generator-node-bahmutov/commit/8eb48addc834294f6248d163e69c37ef3ca38e12
The subject is just `Immutable (#57)` but the body has titles from 3 commits that were squashed from the pull request. One of them is semantic commit! Should detect such commits and return valid list
```
* feat(immutable): optional immutable linter, close #56
* add immutable to E2E answers
* add note to readme
```
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.