Skip to content

Commit

Permalink
Updated node version update instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
samthurman authored Nov 16, 2016
1 parent f0b4a75 commit 6961366
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ Release notes can be found in docs/\_posts/release-notes/. Release notes must
be named `year`-`month`-`day`-`release number`.html and are written in Yaml front matter. Name your release concisely and consider the changes it includes. Jokes, on occasion, are OK. Please see existing release notes for examples.

### 3. Update Node Package Version
In `package.json` update the `"version"` field to the new release number.
Use the command `npm version [major|minor|patch]`. This will increment your package version by one using the semantic versioning scheme described in step 1. So for example if you are on solid version `1.2.1` and you use the command `npm version patch` you will update the version to `1.2.2`.

### 4. Generate Distribution Files
`make dist` in the terminal.
Expand Down

0 comments on commit 6961366

Please sign in to comment.