Skip to content

Latest commit

 

History

History
20 lines (16 loc) · 349 Bytes

deploy.md

File metadata and controls

20 lines (16 loc) · 349 Bytes

Deployment notes

To npm

Publishing @kenrick95/c4

  1. Bump version

    yarn workspace @kenrick95/c4 version <major|minor|patch>
    
  2. Commit + tag

    git commit -m "vx.x.x"
    git tag vx.x.x
    
  3. Publish to npm

    yarn workspace @kenrick95/c4 npm publish