PowerCraft.Release
0.1.0
Universal release automation for PowerShell modules, .NET projects, Node.js packages, and Python projects. Provides version detection, bumping, validation, and publishing across ecosystems.
Minimum PowerShell version
7.0
Installation Options
Owners
Copyright
(c) 2026 The Code Kitchen. All rights reserved.
Package Details
Author(s)
- The Code Kitchen
Tags
Release Versioning SemVer CI-CD Automation PowerCraft
Functions
Get-PCProjectVersion Set-PCProjectVersion Get-PCNextVersion Test-PCReleaseReady Publish-PCRelease
PSEditions
Dependencies
This module has no dependencies.
Release Notes
## 0.1.0 (2026-06-23)
### Added
- Initial release
- Get-PCProjectVersion: Auto-detect ecosystem and read version
- Set-PCProjectVersion: Write version to native project file
- Get-PCNextVersion: Calculate next semantic version
- Test-PCReleaseReady: Pre-flight release validation
- Publish-PCRelease: Full release flow (bump, commit, tag, push, GitHub Release)
- Multi-ecosystem support: .psd1, .csproj, package.json, pyproject.toml, git tags
FileList
- PowerCraft.Release.nuspec
- CHANGELOG.md
- LICENSE
- PowerCraft.Release.psd1
- PowerCraft.Release.psm1
- Private\Get-ProjectType.ps1
- Private\Get-SemanticVersion.ps1
- Private\GitHelpers.ps1
- Private\Read-ProjectVersion.ps1
- Private\Write-ProjectVersion.ps1
- Public\Get-PCNextVersion.ps1
- Public\Get-PCProjectVersion.ps1
- Public\Publish-PCRelease.ps1
- Public\Set-PCProjectVersion.ps1
- Public\Test-PCReleaseReady.ps1
- README.md
- tests\PowerCraft.Release.Tests.ps1