Releases: jjmschofield/github-codeowners
Releases · jjmschofield/github-codeowners
v0.2.1
v0.2.0
- adds: validate command
- changes: all commands will now throw if the CODEOWNERS file is found to have invalid owner syntax
v0.1.1
- fixes: symlinks breaking audit command
- improves: performance for projects with many files and directories
v0.1.0
- adds: nested
.gitignore
support - changes:
git <sha>
now provides a list of all files in the repo atsha
rather than files changed betweensha
andHEAD
v0.0.4
- change: owners in stats block are now ordered by name
- fix: now respects rule precedence (last rule wins) rather than concatenating owners form multiple rule matches