make relnotes pull in changes from transitive dependencies |
||
Issue descriptionCurrently 'make relnotes' only looks at the current source tree. Sometimes we need to know if important changes from other libraries are included in a release (say, auth library support). These often affect users too. Not sure how to do this properly, but one way may be to look at DEPS or analyze go imports (using go/ast package for instance).
,
Apr 17 2017
this fix doesn't automatically determine the other dirs, but it's good enough that you can now specify them manually. |
||
►
Sign in to add a comment |
||
Comment 1 by bugdroid1@chromium.org
, Apr 17 2017