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 @@ -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
Original file line number Diff line number Diff line change 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}
You can’t perform that action at this time.
0 commit comments