Skip to content

Commit

Permalink
docs(readme): update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
permaficus committed Jun 19, 2024
1 parent d1f3f6f commit 76a2f8c
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,4 +47,21 @@ The output would be :
}
```

### Configuration

To specify the maximum build number and minor version number, refer to the example below. The configuration file is located in the root of your project folder.

`enmav.config.json`

```json
{
"updaterOptions": {
"packageFile": "./package.json",
"buildMax": 100,
"minorMax": 20,
"bundler": "tsc"
}
}
```


0 comments on commit 76a2f8c

Please sign in to comment.