Skip to content

Latest commit

 

History

History
32 lines (20 loc) · 1009 Bytes

File metadata and controls

32 lines (20 loc) · 1009 Bytes

Process-PSModule Development Guidelines

Auto-generated from all feature plans. Last updated: 2025-10-02

Active Technologies

  • PowerShell 7.4+ (GitHub Actions composite actions) + PSModule/GitHub-Script@v1, PSModule/Install-PSModuleHelpers@v1, PSModule/Publish-PSModule@v2 (001-merge-ci-release-workflows)

Project Structure

.github/workflows/
specs/
tests/

Commands

Workflow development for PowerShell 7.4+ (GitHub Actions composite actions)

Code Style

PowerShell 7.4+ (GitHub Actions composite actions): Follow standard conventions GitHub Actions YAML: Follow conditional execution patterns

Recent Changes

  • 001-merge-ci-release-workflows: Unified workflow.yml handles CI and release with conditional execution; CI.yml deprecated (v5.0.0 breaking change)
  • 001-building-on-this: Added PowerShell 7.4+ (GitHub Actions composite actions) + PSModule/GitHub-Script@v1, PSModule/Install-PSModuleHelpers@v1