File tree Expand file tree Collapse file tree 2 files changed +6
-4
lines changed
.github/actions/build-docs Expand file tree Collapse file tree 2 files changed +6
-4
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 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}
You can’t perform that action at this time.
0 commit comments