Skip to content

Commit f7bace4

Browse files
authored
build: Update doc generation to exclude Impl (#18)
1 parent 9e77037 commit f7bace4

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
@@ -10,11 +10,10 @@ runs:
1010
phpdoc \
1111
-d src \
1212
-t "docs" \
13-
--ignore Impl/ \
14-
--ignore '*/Impl/' \
13+
--ignore '**/Impl/' \
1514
--ignore-tags psalm-param \
1615
--ignore-tags psalm-var \
1716
--ignore-tags psalm-return \
1817
--visibility public \
1918
--defaultpackagename "LaunchDarkly" \
20-
--title "LaunchDarkly PHP SDK phpredis integration"
19+
--title "LaunchDarkly PHP SDK phpredis integration 1.2.0" # x-release-please-version

release-please-config.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,10 @@
55
"bump-minor-pre-major": true,
66
"versioning": "default",
77
"include-v-in-tag": false,
8-
"include-component-in-tag": false
8+
"include-component-in-tag": false,
9+
"extra-files": [
10+
".github/actions/build-docs/action.yml"
11+
]
912
}
1013
}
1114
}

0 commit comments

Comments
 (0)