Skip to content

Commit

Permalink
Better example for release process
Browse files Browse the repository at this point in the history
  • Loading branch information
davidjb committed Dec 10, 2019
1 parent 69f1230 commit 2f0bf31
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion README.md
Expand Up @@ -103,10 +103,13 @@ published accordingly online (coming shortly).
1. Update the working version number in the source code:

```sh
yarn release-version [old-version] [new-version]
yarn release-version [old-version eg 2.0.0] [new-version eg 2.0.1]
git commit -a -m "Back to development"
```

When using `yarn release-version`, ensure you omit any `v` prefix for
version numbers.

1. Push the results:

```sh
Expand Down

0 comments on commit 2f0bf31

Please sign in to comment.