Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
mikespencer committed Dec 8, 2016
1 parent 27ca3c2 commit 0e9864d
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -94,3 +94,14 @@ This currently does not extract trns from `trn` calls in the following formats

trn('some.key', 'some copy') // will work
```

## Contributing

### Versioning

`npm version major|minor|patch` to create a git commit + tag incrementing the major, minor or patch version in `package.json`.
`git push && git push --tags` to push the version commit + tag to GitHub.

### Publishing

`npm publish` to publish the latest version to NPM.

0 comments on commit 0e9864d

Please sign in to comment.