soul-archetype-commit
v0.0.2
Published
soul archetype commit command line
Readme
##soul archetype commit
###Commit Flow:
###Changelog Flow: https://github.com/conventional-changelog/conventional-changelog/tree/master/packages/conventional-changelog-cli
Recommended workflow
- Make changes
- Commit those changes
- Make sure Travis turns green
- Bump version in package.json
- conventionalChangelog
- Commit package.json and CHANGELOG.md files
- Tag
- Push
Version Flow:
- Make changes
- Commit those changes
- Pull all the tags
- Run the npm version [patch|minor|major] command
- Push
