Skip to content

Releases: jjmschofield/github-codeowners

v0.2.1

23 Aug 17:26
864752f
Compare
Choose a tag to compare
  • adds ability to consider only git tracked files in audit command with github-codeowners audit --only-git

v0.2.0

03 Aug 21:31
accca12
Compare
Choose a tag to compare
  • adds: validate command
  • changes: all commands will now throw if the CODEOWNERS file is found to have invalid owner syntax

v0.1.1

26 Jul 18:12
a1de07f
Compare
Choose a tag to compare
  • fixes: symlinks breaking audit command
  • improves: performance for projects with many files and directories

v0.1.0

25 Jul 23:59
720a46a
Compare
Choose a tag to compare
  • adds: nested .gitignore support
  • changes: git <sha> now provides a list of all files in the repo at sha rather than files changed between sha and HEAD

v0.0.4

21 Jul 23:36
88147dd
Compare
Choose a tag to compare
  • 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