Commit edf974b
authored
⚙️ [Maintenance]: Release automation now tracks important module changes (#63)
Release automation now updates only when meaningful module files change,
and the shared Process-PSModule workflow is pinned to a newer framework
release. This keeps maintenance runs aligned with source-impacting edits
while reducing noise from unrelated repository changes.
## Changed: Important file detection for processing runs
The repository configuration now defines important file patterns so
processing logic treats source, documentation entrypoint, and module
project files as the meaningful change surface.
```yaml
ImportantFilePatterns:
- '^src/'
- '^README\.md$'
- '^PSModule/'
```
## Changed: Workflow framework version
The Process-PSModule reusable workflow reference is updated from
`v5.4.6` to `v5.5.2`, enabling workflow behavior that supports the
configured important file patterns and current maintenance pipeline
expectations.
## Technical Details
- Updated `.github/PSModule.yml` to add `ImportantFilePatterns` for
`src/`, `README.md`, and `PSModule/`.
- Updated `.github/workflows/Process-PSModule.yml` to pin
`PSModule/Process-PSModule` workflow to
`e8f5b22925c5a4dcf462d8b212570b66ce6a8df4` (`v5.5.2`).1 parent 44fed7f commit edf974b
2 files changed
Lines changed: 6 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
5 | 10 | | |
6 | 11 | | |
7 | 12 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
27 | 27 | | |
28 | 28 | | |
29 | 29 | | |
30 | | - | |
| 30 | + | |
31 | 31 | | |
0 commit comments