Skip to content

Commit

Permalink
update contrib
Browse files Browse the repository at this point in the history
  • Loading branch information
staxmanade committed Apr 19, 2015
1 parent ae617ec commit 1b1600b
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,3 +16,18 @@ gulp

In lieu of a formal styleguide, take care to maintain the existing coding style. Add unit tests for any new or changed functionality. Lint and test your code using [gulp](https://github.com/gulpjs/gulp).

### How to release a new version.

> These are more notes for me (@staxmanade) so I can recall my steps for release
# Inspect package before publish

```
npm pack
```

# Release
```
npm version patch
npm publish
```

0 comments on commit 1b1600b

Please sign in to comment.