Skip to content

Commit d123492

Browse files
authored
build: Update doc generation to exclude Impl (#191)
1 parent 263d02e commit d123492

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

.github/actions/build-docs/action.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,10 @@ runs:
1111
phpdoc \
1212
-d src \
1313
-t "docs" \
14-
--ignore Impl/ \
15-
--ignore '*/Impl/' \
14+
--ignore '**/Impl/' \
1615
--ignore-tags psalm-param \
1716
--ignore-tags psalm-var \
1817
--ignore-tags psalm-return \
1918
--visibility public \
2019
--defaultpackagename "LaunchDarkly" \
21-
--title "LaunchDarkly PHP SDK"
20+
--title "LaunchDarkly PHP SDK 6.0.1" # x-release-please-version

release-please-config.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,10 @@
66
"versioning": "default",
77
"include-v-in-tag": false,
88
"include-component-in-tag": false,
9-
"extra-files": ["src/LaunchDarkly/LDClient.php"]
9+
"extra-files": [
10+
".github/actions/build-docs/action.yml",
11+
"src/LaunchDarkly/LDClient.php"
12+
]
1013
}
1114
}
1215
}

0 commit comments

Comments
 (0)