Skip to content

Releases: mod-posh/CreatePowerShellManifest

v0.0.1.0

18 Jul 18:28
Compare
Choose a tag to compare

This Github Action automates the creation of a PowerShell module manifest (.psd1) and optionally handles required assemblies. It collects functions from specified import folders, and updates the module manifest with the exported functions and required assemblies. Debug logging and error handling are also included to provide detailed output and manage any issues during execution.

Features:

  • Installs and imports the BuildHelpers module if not already available.
  • Copies the existing module manifest file to the output directory.
  • Collects and processes function scripts from specified import directories, parsing and aggregating function names.
  • Optionally collects and handles required assemblies, updating the manifest with their paths.
  • Updates the manifest file with the exported functions and required assemblies.

This action provides a comprehensive solution for creating and updating a PowerShell module manifest, handling function scripts and required assemblies, with robust error handling and debug logging.

Full Changelog: https://github.com/mod-posh/CreatePowerShellManifest/commits/v0.0.1.0