Releases: ebekker/pwsh-github-action-base
Releases · ebekker/pwsh-github-action-base
Release v0.9.2
Release v0.9.1
Switched to using the pester-tests-report Action to run Pester tests and produce a report as well as a tests status badge.
Release v0.9.0
Switching to us of GitHubActions module
- replacing local library script with the use of the PWSH Gallery Module
- updating the NPM references to GH Actions-related support libraries
- updating all relevant docs and references to external components
**BREAKING CHANGES**
- the local
lib/ActionsCore.ps1
file has been removed along with all the related
resources (generated docs) and references (script import in the sample scripts and tests).
Release v0.8.1
Improve path handling. Thanks @Ash258 !
Release v0.8.0
- added auto-generated documentation
- cleaned up samples and main README
**BREAKING CHANGES**
- bootstrap JS was relocated
- main entry point PWSH script was renamed
**FUTURE**
- might turn the included Core library into a full and proper local PWSH Module - won't have much impact except that it will encapsulate and insulate internal routines and better restrict what functions are exposed as part of the visible interface
Second public release
Distributable bundle is now automatically built and attached to the Release via GitHub CI Workflow.
Initial public release
The first release with an automated distribution bundle attached.
This was primarily a test release.