Skip to content

Commit

Permalink
Bump the version number
Browse files Browse the repository at this point in the history
  • Loading branch information
GaelGirodon committed Feb 20, 2021
1 parent e6f87ae commit 3a40021
Show file tree
Hide file tree
Showing 4 changed files with 353 additions and 318 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ Install global dependencies:
Then, install project dependencies:

```shell
npm run ensure
npm install
```

### Build
Expand All @@ -57,7 +57,7 @@ npm run package

1. Start the release: `git flow release start X.Y.Z`
2. Update the version number in:
- [`package.json`](package.json) (+ `npm run ensure`)
- [`package.json`](package.json) (+ `npm install`)
- [`index.html`](web/index.html)
3. Commit changes: `git commit -m "Bump the version number"`
4. Finish the release: `git flow release finish X.Y.Z`
Expand Down
Loading

0 comments on commit 3a40021

Please sign in to comment.