Skip to content

Commit

Permalink
build: Update doc generation to exclude Impl (#191)
Browse files Browse the repository at this point in the history
  • Loading branch information
keelerm84 authored Dec 4, 2023
1 parent 263d02e commit d123492
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
5 changes: 2 additions & 3 deletions .github/actions/build-docs/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,10 @@ runs:
phpdoc \
-d src \
-t "docs" \
--ignore Impl/ \
--ignore '*/Impl/' \
--ignore '**/Impl/' \
--ignore-tags psalm-param \
--ignore-tags psalm-var \
--ignore-tags psalm-return \
--visibility public \
--defaultpackagename "LaunchDarkly" \
--title "LaunchDarkly PHP SDK"
--title "LaunchDarkly PHP SDK 6.0.1" # x-release-please-version
5 changes: 4 additions & 1 deletion release-please-config.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,10 @@
"versioning": "default",
"include-v-in-tag": false,
"include-component-in-tag": false,
"extra-files": ["src/LaunchDarkly/LDClient.php"]
"extra-files": [
".github/actions/build-docs/action.yml",
"src/LaunchDarkly/LDClient.php"
]
}
}
}

0 comments on commit d123492

Please sign in to comment.