Skip to content

Commit ba96b7c

Browse files
📖 [Docs]: Clarify docs on manifest (#27)
## Description - Clarify docs on manifest ## Type of change <!-- Use the check-boxes [x] on the options that are relevant. --> - [x] 📖 [Docs] - [ ] 🪲 [Fix] - [ ] 🩹 [Patch] - [ ] ⚠️ [Security fix] - [ ] 🚀 [Feature] - [ ] 🌟 [Breaking change] ## Checklist <!-- Use the check-boxes [x] on the options that are relevant. --> - [x] I have performed a self-review of my own code - [x] I have commented my code, particularly in hard-to-understand areas
1 parent e392daa commit ba96b7c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ During the module manifest build process the following steps are performed:
7373
1. Get the list of DSC resources to export by searching for `*.psm1` files in the `resources` folder and set the `DscResourcesToExport` property in the manifest.
7474
1. Get the list of functions, cmdlets, aliases, and variables to export and set the respective properties in the manifest.
7575
1. Get the list of modules by searching for all `*.psm1` files in the entire module source folder, excluding the root module and set the `ModuleList` property in the manifest.
76-
1. Gather information about required modules, PowerShell version, and compatible PS editions from the module source files and set the respective properties in the manifest.
76+
1. Gather information from source files to update `RequiredModules`, `PowerShellVersion`, and `CompatiblePSEditions` properties.
7777
1. The following values are gathered from the GitHub repository:
7878
- `Tags` are generated from Repository topics in addition to compatability tags gathered from the source code.
7979
- `LicenseUri` is generated assuming there is a `LICENSE` file on the root of the repository.

0 commit comments

Comments
 (0)