0.0.2 • Published 5 years ago

soul-archetype-commit v0.0.2

Weekly downloads
1
License
MIT
Repository
-
Last release
5 years ago

##soul archetype commit

###Commit Flow:

###Changelog Flow: https://github.com/conventional-changelog/conventional-changelog/tree/master/packages/conventional-changelog-cli

Recommended workflow

  1. Make changes
  2. Commit those changes
  3. Make sure Travis turns green
  4. Bump version in package.json
  5. conventionalChangelog
  6. Commit package.json and CHANGELOG.md files
  7. Tag
  8. Push

Version Flow:

  1. Make changes
  2. Commit those changes
  3. Pull all the tags
  4. Run the npm version patch|minor|major command
  5. Push