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

Copy and Paste the following command to install this package using PowerShellGet More Info

Install-Module -Name PowerCraft.Release -RequiredVersion 0.1.0

Copy and Paste the following command to install this package using Microsoft.PowerShell.PSResourceGet More Info

Install-PSResource -Name PowerCraft.Release -Version 0.1.0

You can deploy this package directly to Azure Automation. Note that deploying packages with dependencies will deploy all the dependencies to Azure Automation. Learn More

Manually download the .nupkg file to your system's default download location. Note that the file won't be unpacked, and won't include any dependencies. Learn More

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

Core

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

Version History

Version Downloads Last updated
1.0.0 7 6/26/2026
0.5.0 5 6/25/2026
0.4.0 3 6/25/2026
0.3.0 4 6/25/2026
0.2.0 5 6/23/2026
0.1.0 (current version) 3 6/23/2026
Show less