3.0.0 • Published 5 years ago

bastien-versioning v3.0.0

Weekly downloads
2
License
ISC
Repository
-
Last release
5 years ago

Setup

  • Step 1: Structured commit messages
  • npm i -D commitizen
  • Add script: "git-cz": "git-cz"
  • npx commitizen init cz-conventional-changelog -D -E
  • test running the NPM command: git add 'your file' + npm run git-cz
  • npm i -D husky
  • npm i -D @commitlint/{config-conventional,cli}

Semantic Release , Continuous Integration

  • npm i -D semantic-release
  • Add script: "semantic-release": "semantic-release"
  • Add CI config containing "run: npm run semantic-release"
  • Build should pass

Tracking Change

  • npm i -D @semantic-release/changelog @semantic-release/git
  • Add "prepare" section in package.json
3.0.0

5 years ago

2.2.2

5 years ago

2.2.1

5 years ago

2.2.0

5 years ago

2.1.0

5 years ago

1.0.0

5 years ago