@@ -52,17 +52,18 @@ Plugin uses no environment variables, but has a lot of configuration options
52
52
53
53
### Options
54
54
55
- | Options | Description | Default |
56
- | -------------------| ------------------------------------------------------------| -----------------------------------------------------------------------|
57
- | ` type ` | Type of the package to create. Can be ` plugin ` or ` theme ` | None. ** You must set this explicitly** |
58
- | ` slug ` | Package slug. | None. ** You must set this explicitly** |
59
- | ` withAssets ` | Does the package have assets (screenshots, banners, logo) | ` false ` |
60
- | ` withReadme ` | Does the package have a readme.txt file | ` false ` |
61
- | ` withVersionFile ` | Do we need to create a file with the next release version | ` true ` |
62
- | ` releasePath ` | Base path for all of the release files | ` /tmp/wp-release ` |
63
- | ` versionFiles ` | Array of additional files containing the package version. | ` [] ` |
64
- | ` include ` | Files to include in the package zip file. | ` **/* ` |
65
- | ` exclude ` | Files to exclude from the package zip file | List of files and folders defined in [ constants.ts] ( lib/constants.ts ) |
55
+ | Options | Description | Default |
56
+ | -------------------| -----------------------------------------------------------| -----------------------------------------------------------------------|
57
+ | ` type ` | Type of the package to create. Can be ` plugin ` or ` theme ` | None. ** You must set this explicitly** |
58
+ | ` slug ` | Package slug. | None. ** You must set this explicitly** |
59
+ | ` path ` | The path of root folder that contains plugin or theme | ` ./ ` |
60
+ | ` withAssets ` | Does the package have assets (screenshots, banners, logo) | ` false ` |
61
+ | ` withReadme ` | Does the package have a readme.txt file | ` false ` |
62
+ | ` withVersionFile ` | Do we need to create a file with the next release version | ` true ` |
63
+ | ` releasePath ` | Base path for all of the release files | ` /tmp/wp-release ` |
64
+ | ` versionFiles ` | Array of additional files containing the package version. | ` [] ` |
65
+ | ` include ` | Files to include in the package zip file. | ` **/* ` |
66
+ | ` exclude ` | Files to exclude from the package zip file | List of files and folders defined in [ constants.ts] ( lib/constants.ts ) |
66
67
67
68
### Versioning
68
69
0 commit comments