File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -168,6 +168,7 @@ apexdocs openapi -s force-app -t docs -n MyNamespace --title "My Custom OpenApi
168168| ` --targetDir ` | ` -t ` | The directory location where the changelog file will be generated. | ` ./docs/ ` | No |
169169| ` --fileName ` | N/A | The name of the changelog file to be generated. | ` changelog ` | No |
170170| ` --scope ` | N/A | The list of scope to respect when generating the changelog. | [ 'global'] | No |
171+ | ` --skipIfNoChanges ` | N/A | Whether to skip generating the changelog if there are no changes. | ` true ` | No |
171172
172173#### Sample Usage
173174
@@ -263,9 +264,8 @@ export default {
263264
264265Then you only need to run the top level ` apexdocs ` command, and it will generate both types of documentation.
265266
266- ``` bash
267- apexdocs
268- ```
267+ Note that you can still run the individual commands if you only want to generate one type of documentation by
268+ providing the subcommand, e.g ` apexdocs markdown ` or ` apexdocs changelog ` .
269269
270270### Excluding Tags from Appearing in the Documentation
271271
Original file line number Diff line number Diff line change 11{
22 "name" : " @cparra/apexdocs" ,
3- "version" : " 3.2.2 " ,
3+ "version" : " 3.3.0 " ,
44 "description" : " Library with CLI capabilities to generate documentation for Salesforce Apex classes." ,
55 "keywords" : [
66 " apex" ,
You can’t perform that action at this time.
0 commit comments