Skip to content

Releases: ebekker/pwsh-github-action-base

Release v0.9.2

05 Oct 16:19
f3528b0
Compare
Choose a tag to compare

Bumping @actions/core from 1.2.4 to 1.2.6

Release v0.9.1

12 Aug 00:40
Compare
Choose a tag to compare

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

10 Aug 14:27
6485cb7
Compare
Choose a tag to compare

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

31 Dec 13:48
b19583a
Compare
Choose a tag to compare

Improve path handling. Thanks @Ash258 !

Release v0.8.0

05 Oct 14:35
Compare
Choose a tag to compare
  • 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

04 Oct 21:58
Compare
Choose a tag to compare
Second public release Pre-release
Pre-release

Distributable bundle is now automatically built and attached to the Release via GitHub CI Workflow.

Initial public release

04 Oct 21:53
Compare
Choose a tag to compare
Pre-release

The first release with an automated distribution bundle attached.

This was primarily a test release.