Skip to content

Commit

Permalink
Merge pull request #24 from permaficus/docs/update-readme
Browse files Browse the repository at this point in the history
docs(readme): update readme
  • Loading branch information
permaficus authored Jun 19, 2024
2 parents f7d3f30 + 76a2f8c commit 2aa083d
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 2aa083d

Please sign in to comment.