Skip to content

Commit 9632778

Browse files
committed
chore(release): 🔖 update prerelease version to alpha1
* PowerShell doesn't support '.' in prerelease. * Corrected the prerelease version format in the module manifest. * Updated changelog to reflect the new versioning style.
1 parent a01a711 commit 9632778

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](http://keepachangelog.com/)
66
and this project adheres to [Semantic Versioning](http://semver.org/).
77

8-
## [2.0.0-alpha.1] 2026-02-12
8+
## [2.0.0-alpha1] 2026-02-12
99

1010
### Fixed
1111

Plaster/Plaster.psd1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
# PSData hashtable with additional module metadata used by PowerShell.
1616
PrivateData = @{
1717
PSData = @{
18-
Prerelease = 'alpha.1'
18+
Prerelease = 'alpha1'
1919

2020
# Tags applied to this module. These help with module discovery in online galleries.
2121
Tags = @('Plaster', 'CodeGenerator', 'Scaffold', 'Template', 'JSON', 'PowerShell7')

0 commit comments

Comments
 (0)