You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
chore(docs): ✨ Update changelog and documentation for Overwrite parameter
* Clarified the behavior of the `$PSBPreference.Docs.Overwrite` parameter.
* Updated the default value from `$true` to `$false` in configuration files.
* Enhanced error handling in `Build-PSBuildMarkdown` function.
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -119,7 +119,7 @@ match your environment.
119
119
| $PSBPreference.Help.DefaultLocale |`(Get-UICulture).Name`| Default locale used for help generation |
120
120
| $PSBPreference.Help.ConvertReadMeToAboutHelp |`$false`| Convert project readme into the module about file |
121
121
| $PSBPreference.Docs.RootDir |`$projectRoot/docs`| Directory PlatyPS markdown documentation will be saved to |
122
-
| $PSBPreference.Docs.Overwrite |`$true`| Overwrite the markdown files in the docs folder using the comment based help as the source of truth. |
122
+
| $PSBPreference.Docs.Overwrite |`$false`| Overwrite the markdown files in the docs folder using the comment based help as the source of truth. |
123
123
| $PSBPreference.Publish.PSRepository |`PSGallery`| PowerShell repository name to publish |
124
124
| $PSBPreference.Publish.PSRepositoryApiKey |`$env:PSGALLERY_API_KEY`| API key to authenticate to PowerShell repository with |
125
125
| $PSBPreference.Publish.PSRepositoryCredential |`$null`| Credential to authenticate to PowerShell repository with. Overrides `$psRepositoryApiKey` if defined |
0 commit comments