PowerCraft.Release

1.0.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

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

Install-PSResource -Name PowerCraft.Release

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 Install-PCReleaseWorkflow

PSEditions

Core

Dependencies

This module has no dependencies.

Release Notes

## 1.0.0 (2026-06-26)

### Added
- Multi-technology template engine with {{TOKEN}} resolution
- Templates/powershell/ and Templates/shared/ folder structure
- Resolve-TemplateTokens: generic token replacement engine
- Get-SecretBootstrapBlock: auto-generates CI secrets step when PowerCraft.Secrets detected
- Read-PCReleaseConfig: optional .powercraft/release.json per-repo overrides
- {{MODULE_NAME}}, {{RUNNER}}, {{DEFAULT_BRANCH}}, {{SECRETS_BOOTSTRAP}} tokens in CI template
- dependency-check.yml only installed when RequiredModules present
- Version stamp header on all generated workflows
- Disabled template support via config

### Fixed
- ci.yml {{MODULE_NAME}} token was never resolved (copied as-is)

### Changed
- Install-PCReleaseWorkflow now uses Get-ProjectType for technology detection
- Templates restructured into technology-specific subfolders

FileList

Version History

Version Downloads Last updated
1.0.0 (current version) 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 3 6/23/2026
Show more