Skip to content

Commit 2924310

Browse files
Update README.adoc
Improved accuracy of version release instructions in the README file
1 parent 9aa1530 commit 2924310

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,10 +61,10 @@ 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` 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.
6565
. Push the tag upstream:
6666
+
67-
$ git push--tags upstream master
67+
$ git push --tags origin master
6868

6969
The UI bundle is published to S3.
7070
It is available from two URLs:

0 commit comments

Comments
 (0)