Skip to content

Commit e3d14e8

Browse files
Update README.adoc
1 parent 2924310 commit e3d14e8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ See the `.github/workflows/release.yml` file for details.
6161

6262
The release is performed when a tag is pushed.
6363

64-
. Use `npm version patch` (i.e. 0.11 -> 0.12) or `npm version minor` (i.e. 0.11 -> 0.2) to increase the version in the `package.json` file and create a tag for the new verrsion. Running these commands will make the changes AND create a commit.
64+
. Use `npm version patch` (i.e. 0.1.1 -> 0.1.2) or `npm version minor` (i.e. 0.1.1 -> 0.2.0) to increase the version in the `package.json` file and create a tag for the new version. Running these commands will make the changes AND create a commit.
6565
. Push the tag upstream:
6666
+
6767
$ git push --tags origin master

0 commit comments

Comments
 (0)