Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -61,10 +61,10 @@ See the `.github/workflows/release.yml` file for details.

The release is performed when a tag is pushed.

. 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.
. 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.
. Push the tag upstream:
+
$ git push--tags upstream master
$ git push --tags origin master

The UI bundle is published to S3.
It is available from two URLs:
Expand Down