nodesoyvice2
v1.3.0
Published
learning changelog generation and conventions
Downloads
3
Maintainers
Readme
NodeSoyvice2
used for testing, coverage, versioning and changelog generation
- uses conventional-changelog (angular format) commits.
- used 'standard-version' to bump versions and update changelog
- uses nyc (instanbul) for code coverage
structured commit messages
we use npm run version
to ensure we structure our commit messages in a consistent fashion.
automated versioning and changelog updates
we use npm run release
to consistently update version numbers and generate changelog updates.
code coverage
we use npm run coverage
to generate code coverage reports
validate
we use npm run validate
to verify the code adheres to style/format standards.
references
- commit message guidelines
- client tool for structured commits commitizen
- client tool for structured versioning standard-version
- squashing git commits squash
- code coverage with istanbul