Skip to content

Commit 6961366

Browse files
authored
Updated node version update instructions
1 parent f0b4a75 commit 6961366

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ Release notes can be found in docs/\_posts/release-notes/. Release notes must
8282
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.
8383

8484
### 3. Update Node Package Version
85-
In `package.json` update the `"version"` field to the new release number.
85+
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`.
8686

8787
### 4. Generate Distribution Files
8888
`make dist` in the terminal.

0 commit comments

Comments
 (0)