Skip to content

Instantly share code, notes, and snippets.

@yusiwen
Created April 3, 2020 17:11
Show Gist options
  • Save yusiwen/caa78be526d87d8d0bba2ce1172e2b0f to your computer and use it in GitHub Desktop.
Save yusiwen/caa78be526d87d8d0bba2ce1172e2b0f to your computer and use it in GitHub Desktop.
[convetional-changelog-cli workflow] #git #conventional-changelog

Workflow of conventional-changelog-cli

Installation

$ npm install -g conventional-changelog-cli

Execution

$ conventional-changelog -p angular -i CHANGELOG.md -s -r 0

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

Repo

here

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment