Skip to content

Latest commit

 

History

History
34 lines (29 loc) · 580 Bytes

CONTRIBUTING.md

File metadata and controls

34 lines (29 loc) · 580 Bytes

Contributing Guide

Getting Started

  1. Install dependencies
    npm install
    
  2. Symlink the bin scripts
    npm link
    
  3. Run tests
    npm test
    

Releasing

This section is for maintainers with push access to git-mob on npm.

  1. Bump the version at the appropriate level (major, minor, patch); e.g.
    npm version patch
    
  2. Push the version commit and tag
    git push --follow-tags
    
  3. Publish the package
    npm publish
    
  4. Add release notes at https://github.com/findmypast-oss/git-mob/releases