Skip to content

Commit 3747ea6

Browse files
style: Adjust formatting for release configuration output for consistency
1 parent 0401efa commit 3747ea6

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

src/init.ps1

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -170,14 +170,14 @@ LogGroup 'Determine release configuration' {
170170

171171
Write-Host '-------------------------------------------------'
172172
[PSCustomObject]@{
173-
ReleaseType = $releaseType
174-
AutoCleanup = $autoCleanup
175-
ShouldPublish = $shouldPublish
176-
CreateRelease = $createRelease
177-
CreatePrerelease = $createPrerelease
178-
CreateMajor = $majorRelease
179-
CreateMinor = $minorRelease
180-
CreatePatch = $patchRelease
173+
ReleaseType = $releaseType
174+
AutoCleanup = $autoCleanup
175+
ShouldPublish = $shouldPublish
176+
CreateRelease = $createRelease
177+
CreatePrerelease = $createPrerelease
178+
CreateMajor = $majorRelease
179+
CreateMinor = $minorRelease
180+
CreatePatch = $patchRelease
181181
} | Format-List | Out-String
182182
Write-Host '-------------------------------------------------'
183183
}

0 commit comments

Comments
 (0)