You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.adoc
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -61,10 +61,10 @@ See the `.github/workflows/release.yml` file for details.
61
61
62
62
The release is performed when a tag is pushed.
63
63
64
-
. Use `npm version patch` or `npm version minor` to increase the version in the `package.json` file and create a tag for the new verrsion.
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.
0 commit comments