0.3.0
Changed
- Regex to extract the first version line from a changelog supports the full feature scope of semantic versioning, resolve #8
- Regex to get the semantic versioning content of a version line supports the full feature scope of semantic versioning, resolve #8
- Testing of this package with
nose2
and coverage report generation withcoverage
including upload to Codecov was moved to new GitHub CI unittest workflow, resolve #11
Removed
nose2
andcoverage
steps as well as upload to Codecov removed from
GitHub CI release workflow and GitHub CI test workflow