v1.0.15
🩹 [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.ymltoRelease.ymlfor consistency - Updated workflow to use
PSModule/Release-GHRepository@v2.0.1(replacing deprecatedAuto-Releaseaction) - Added path filters to Release workflow to only trigger on changes to
action.ymlandsrc/** - Disabled JSCPD validation in Linter workflow
Folder Restructuring
- Renamed
scripts/folder tosrc/for consistency with other PSModule actions - Updated
action.ymlto reference the newsrc/main.ps1path
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