Skip to content

Commit a1629a1

Browse files
Update docs/getting-started.md
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 89a2d79 commit a1629a1

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

docs/getting-started.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,11 @@ Edit `src/YourModuleName.psd1`:
133133
Description = 'Detailed description of what your module does'
134134
135135
# Add relevant tags for PowerShell Gallery
136-
Tags = @('PowerShell', 'Automation', 'DevOps')
136+
PrivateData = @{
137+
PSData = @{
138+
Tags = @('PowerShell', 'Automation', 'DevOps')
139+
}
140+
}
137141
138142
# Set your project URLs
139143
ProjectUri = 'https://github.com/YourUsername/YourModuleName'

0 commit comments

Comments
 (0)