Skip to content

Commit 80c5a95

Browse files
committed
Releasing version
1 parent c4b9419 commit 80c5a95

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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

264265
Then 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

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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",

0 commit comments

Comments
 (0)