solo-io / go-utils

golang utilities
Apache License 2.0
111 stars 19 forks source link

only read directories when scanning changelog directory #371

Closed EItanya closed 4 years ago

EItanya commented 4 years ago

After the recent addition of the validation.yaml file, the local changelog directory scanner no longer works as it assumes all entries in the changelog dir are valid changelog directories. However, the validation.yaml file does not satisfy this constraint, and therefore only directories should be checked.

kdorosh commented 4 years ago

fixed by https://github.com/solo-io/go-utils/pull/370