Skip to content

Commit 041d21d

Browse files
committed
chore: update changelog for version 0.4.0 and add PSRepositoryApiKey property
1 parent 9391e16 commit 041d21d

2 files changed

Lines changed: 11 additions & 0 deletions

File tree

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
## [0.4.0] - 2026-02-21
2+
3+
### ⚙️ Miscellaneous Tasks
4+
5+
- Add PSRepositoryApiKey to properties for publishing
6+
## [unreleased]
7+
8+
### ⚙️ Miscellaneous Tasks
9+
10+
- Remove unused dependencies 'AutomatedLab' and 'PSFramework' from requirements
111
## [unreleased]
212

313
### 🐛 Bug Fixes

psakeFile.ps1

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ properties {
22
# Set this to $true to create a module with a monolithic PSM1
33
$PSBPreference.Build.CompileModule = $false
44
$PSBPreference.Help.DefaultLocale = 'en-US'
5+
$PSBPreference.Help.GenerateMarkdown = $false
56
$PSBPreference.Test.OutputFile = 'out/testResults.xml'
67
$PSBPreference.Publish.PSRepositoryApiKey = $env:PSGALLERY_API_KEY
78
}

0 commit comments

Comments
 (0)