Skip to content

Commit

Permalink
Updated README.
Browse files Browse the repository at this point in the history
  • Loading branch information
adewes committed Jul 29, 2020
1 parent 29b73c0 commit a656c8e
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -88,9 +88,11 @@ To publish a new version of Klaro to NPM, simply run

To generate a new tagged release, simply run

make release version=x.x.x
make release [patch|minor|major]

where `x.x.x` is the version that you want to publish.
If no argument is given, a 'patch' release will be created. The release mechanism will not run if
the working directory isn't clean. If it is, a Python script will increase the version number in
the `package.json` file, rebuild the `dist` files, create a new commit and tag it with the version.

## Contributing

Expand Down

0 comments on commit a656c8e

Please sign in to comment.