From 76a2f8c926c0397a5eaccbe6062fcc3b91fc6f4a Mon Sep 17 00:00:00 2001 From: permaficus Date: Wed, 19 Jun 2024 09:20:20 +0700 Subject: [PATCH] docs(readme): update readme --- README.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/README.md b/README.md index be236e9..f5a17fa 100644 --- a/README.md +++ b/README.md @@ -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" + } +} +``` +