openconfig / models-ci

Continuous integration for OpenConfig models.
Apache License 2.0
1 stars 0 forks source link

Add check for submodule versions matching the belonging module version. #67

Closed wenovus closed 2 years ago

wenovus commented 3 years ago

https://github.com/openconfig/public/blob/master/release/models/openconfig-extensions.yang#L70

      Individual YANG modules are versioned independently -- the
      semantic version is generally incremented only when there is a
      change in the corresponding file.  Submodules should always
      have the same semantic version as their parent modules.

FIXED #66

Corresponding models PR: https://github.com/openconfig/models/pull/1057