1.0.3 • Published 5 years ago

sn-commitizen v1.0.3

Weekly downloads
60
License
ISC
Repository
github
Last release
5 years ago

sn-commitizen

This package sets the common commitizen configuration for Skills Network

Installing this package in your repo

First install the npm package:

npm install sn-commitizen --save-dev

For people running NPM <5.2 you will need to add the following to the scripts section of your package.json

"scripts": {
    ...
    "commit": "sn-commitizen"
}

Making a commit

# Make your code changes

# Stage files for commit via `git add`

# If you're running NPM 5.2+ you can do
npx sn-commitizen

# Otherwise run
npm run commit
1.0.3-beta1

5 years ago

1.0.3

5 years ago

1.0.2

5 years ago

1.0.1

5 years ago

1.0.0

5 years ago