Skip to content

Commit 930b9ab

Browse files
committed
use 'Triple ticks' around command
1 parent 045a041 commit 930b9ab

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

RELEASE.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,9 @@
22

33
1. Change the version number in `package.json`. Run the following command in the package root directory, replacing <update_type> with one of the semantic versioning release types (prerelease, prepatch, preminor, premajor, patch, minor, major):
44

5+
```
56
npm version <update_type> --preid pre --no-git-tag-version
7+
```
68

79
2. Update the changelog, which can be found in `CHANGELOG.md`. The heading must match `## <VERSION>` exactly, or it will not be picked up. For example, for version 1.0.11:
810

0 commit comments

Comments
 (0)