Closed dbroeglin closed 8 years ago
When an Unreleased version is present in the CHANGELOG.md file the "changelog and manifest versions are the same" test fails.
It should work (ignore an unreleased version number)
It fails because it compares the unreleased version number (from CHANGELOG.md) and the manifest version.
Ignore the unreleased version numbers in CHANGELOG.md
Execute the unit tests.
Fixed in PR #42
When an Unreleased version is present in the CHANGELOG.md file the "changelog and manifest versions are the same" test fails.
Expected Behavior
It should work (ignore an unreleased version number)
Current Behavior
It fails because it compares the unreleased version number (from CHANGELOG.md) and the manifest version.
Possible Solution
Ignore the unreleased version numbers in CHANGELOG.md
Steps to Reproduce (for bugs)
Execute the unit tests.