Skip to content

Releases: LS-Instruments/RepoHerd

v9.1.0 — Invoke-RepoHerd for PowerShell Gallery

05 Apr 18:28

Choose a tag to compare

Added

  • Invoke-RepoHerd function as the module entry point for PowerShell Gallery users
    • After Install-Module RepoHerd, users can call Invoke-RepoHerd directly
    • Defaults to dependencies.json in the current working directory
    • Same parameters as RepoHerd.ps1

Changed

  • RepoHerd.ps1 refactored to a thin wrapper that delegates to Invoke-RepoHerd

Install

Install-Module -Name RepoHerd
Invoke-RepoHerd

v9.0.0 — RepoHerd

31 Mar 15:37

Choose a tag to compare

Breaking Changes

  • Project renamed from LsiGitCheckout to RepoHerd
    • Module: LsiGitCheckout.psm1RepoHerd.psm1
    • Entry point: LsiGitCheckout.ps1RepoHerd.ps1
    • Manifest: LsiGitCheckout.psd1RepoHerd.psd1
    • Initialization function: Initialize-LsiGitCheckoutInitialize-RepoHerd
    • Error file: LsiGitCheckout_Errors.txtRepoHerd_Errors.txt

Added

  • GitHub Pages landing page with SEO metadata, sitemap, and robots.txt
  • Split detailed documentation from README into dedicated files under docs/

Migration from v8.x

Update any scripts that reference the old filenames or function name:

# Before
.\LsiGitCheckout.ps1 -InputFile dependencies.json

# After
.\RepoHerd.ps1 -InputFile dependencies.json

v8.0.1

21 Mar 00:56

Choose a tag to compare

Full Changelog: v8.0.0...v8.0.1

v8.0.0

21 Mar 00:36

Choose a tag to compare

Full Changelog: v7.1.0...v8.0.0

v7.1.0

08 Sep 14:28

Choose a tag to compare

Full Changelog: v7.0.0...v7.1.0

v7.0.0

02 Sep 19:10

Choose a tag to compare

Full Changelog: v6.2.1...v7.0.0

v6.2.1

01 Aug 18:54

Choose a tag to compare

Full Changelog: v6.2.0...v6.2.1

v6.2.0

26 Jul 22:40

Choose a tag to compare

Full Changelog: v6.1.0...v6.2.0

v6.1.0

24 Jul 14:06

Choose a tag to compare

Full Changelog: v6.0.0...v6.1.0

v6.0.0

24 Jul 14:06

Choose a tag to compare

Full Changelog: v5.0.0...v6.0.0