Skip to content
  • Rafael Kitover's avatar
    read version info from CHANGELOG.md if no git · 46486381
    Rafael Kitover authored
    If git tags are not available, set the version and revision by finding
    the first version tag in `CHANGELOG.md` of the form
    
    ```
    ```
    
    Where N.N.N is the number version (number of components can vary) and
    the revision (as speicified by -REV) is optional.
    
    TODO: support named revision without a version number of the form
    `[REV]`.
    46486381