diff options
author | Tim Smith <tsmith@chef.io> | 2018-12-11 20:27:59 -0800 |
---|---|---|
committer | Tim Smith <tsmith@chef.io> | 2018-12-11 20:27:59 -0800 |
commit | 97c08e1138dc2f9b99d17f5622d2ad2f9f6d725c (patch) | |
tree | 7d09cf9e4316c5e90a68fb2d21c4d1ef2b83ade9 /.github | |
parent | 828da1e98631d8d0726cad913dd0ba9ac233dcb7 (diff) | |
download | mixlib-log-97c08e1138dc2f9b99d17f5622d2ad2f9f6d725c.tar.gz |
Only ship the required library files in the gem artifactslim
Don't ship the test and dev files in the gem artifact.
Signed-off-by: Tim Smith <tsmith@chef.io>
Diffstat (limited to '.github')
-rw-r--r-- | .github/CODEOWNERS | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index 59c6d93..fee8d42 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -1 +1,4 @@ -* @chef/client-maintainers +# Order is important. The last matching pattern has the most precedence. + +* @chef/client-maintainers +.expeditor/** @chef/jex-team |