Releases: ebekker/pwsh-github-action-tools
Releases · ebekker/pwsh-github-action-tools
Release v1.1.0
Add support for Windows PowerShell, bugfixes and enhancements
Thank you @natescherer!
Release v1.0.1
Correcting PWSH module version number and temporarily disabling some unit tests that no longer make sense.
Release v1.0.0
- Updated to support removal of
set-env
andadd-path
GH Action commands, more details: - Bumping up to first major release
v0.7.0 Adding missing and updated features
- Implementing missing
Set-ActionFailed
cmdlet - Updating
Write-ActionError
andWrite-ActionWarning
with optional support for file ref details - Updating cmdlet docs with related external refs
v0.6.0 Adding support for Action Context
Adding support for Action Context and related interfaces.
Thanks to @TylerLeonhardt for ideation and feedback.
v0.5.0 First Release
First release of the GitHubActions
module extracted from this support library.