Skip to content

Commit dd9fa67

Browse files
committed
Add prerelease label
1 parent 69ef151 commit dd9fa67

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Changelog
2-
### 2.9.0
2+
### 2.9.0-preview
33

44
### 0.0.4
55
* Changes

src/PowerShellGet.psd1

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@
4444

4545
PrivateData = @{
4646
PSData = @{
47+
Prerelease = 'preview'
4748
Tags = @('PackageManagement',
4849
'PSEdition_Desktop',
4950
'PSEdition_Core',
@@ -54,7 +55,7 @@
5455
LicenseUri = 'https://github.com/PowerShell/PowerShellGet/blob/master/LICENSE'
5556
ProjectUri = 'https://github.com/PowerShell/PowerShellGet'
5657
ReleaseNotes = @'
57-
### 2.9.0
58+
### 2.9.0-preview
5859
* Changes
5960
- This module was renamed from 'CompatPowerShellGet' to 'PowerShellGet'
6061

0 commit comments

Comments
 (0)