File tree Expand file tree Collapse file tree 1 file changed +12
-7
lines changed Expand file tree Collapse file tree 1 file changed +12
-7
lines changed Original file line number Diff line number Diff line change @@ -12,17 +12,22 @@ git clone https://github.com/woocommerce/code-reference-generator.git
12
12
13
13
``` bash
14
14
cd code-reference-generator
15
- ./generate .sh -s < woocommerce_version >
15
+ ./deploy .sh -s < VERSION >
16
16
```
17
17
18
18
### Options
19
19
20
- | Options | Description |
21
- | ----------------------------| -----------------------------------------------------------------|
22
- | ` -h ` or ` --help ` | Shows help message |
23
- | ` -v ` or ` --version ` | Shows generator version |
24
- | ` -s ` or ` --source-version ` | Version of the source code to release |
25
- | ` -r ` or ` --github-repo ` | GitHub repo with username, default to "woocommerce/woocommerce" |
20
+ | Options | Description |
21
+ | --------------------------------------------------- | --------------------------------------------------------------------- |
22
+ | ` -h ` or ` --help ` | Show help information. |
23
+ | ` -v ` or ` --verbose ` | Increase verbosity. Useful for debugging. |
24
+ | ` -s <VERSION> ` or ` --source-version <VERSION> ` | Source version to build and deploy. |
25
+ | ` -r <GITHUB_REPO> ` or ` --github-repo <GITHUB_REPO> ` | GitHub repo with username, default to \" woocommerce/woocommerce\" . |
26
+ | ` -e ` or ` --allow-empty ` | Allow deployment of an empty directory. |
27
+ | ` -m <MESSAGE> ` or ` --message <MESSAGE> ` | Specify the message used when committing on the deploy branch. |
28
+ | ` -n ` or ` --no-hash ` | Don't append the source commit's hash to the deploy commit's message. |
29
+ | ` --build-only ` | Only build but not push. |
30
+ | ` --push-only ` | Only push but not build. |
26
31
27
32
## Changelog
28
33
You can’t perform that action at this time.
0 commit comments