Skip to content

v1.0.15

Choose a tag to compare

@github-actions github-actions released this 25 Jan 22:50
· 6 commits to main since this release
243669c

🩹 [Patch]: Workflow updates and folder restructuring (#39)

This PR updates the workflow configuration and restructures the source folder layout for consistency with other PSModule actions.

Changes

Workflow Updates

  • Renamed Auto-Release.yml to Release.yml for consistency
  • Updated workflow to use PSModule/Release-GHRepository@v2.0.1 (replacing deprecated Auto-Release action)
  • Added path filters to Release workflow to only trigger on changes to action.yml and src/**
  • Disabled JSCPD validation in Linter workflow

Folder Restructuring

  • Renamed scripts/ folder to src/ for consistency with other PSModule actions
  • Updated action.yml to reference the new src/main.ps1 path

Removed Files

  • Removed deprecated .github/release.yml (release notes configuration)
  • Removed .github/linters/.jscpd.json (JSCPD linter configuration)

Impact

  • No functional changes to the action itself
  • Improves consistency across PSModule organization repositories
  • Updates to newer release workflow action