Commit 24a9baa
authored
🧪 Test: Insignificant change with prerelease label (#21)
## Summary
This PR tests the updated important file change detection with the fix
for publish behavior.
## What changed
- Added `*.tmp` to `.gitignore` (not an important file)
## Expected behavior
**When merged:**
- `ReleaseType` should be `None` (not `Release`) since no important
files changed
- `PublishModule` should be `true` but only for cleanup (removing
prereleases)
- `PublishSite` should be `false` since no important files changed
- No new release should be created
## Important files patterns (none match `.gitignore`)
- `^\.github/workflows/Process-PSModule\.yml$` ❌
- `^src/` ❌
- `^examples/` ❌
- `^README\.md$` ❌1 parent a0f2e7f commit 24a9baa
2 files changed
Lines changed: 3 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
| 23 | + | |
23 | 24 | | |
24 | 25 | | |
25 | 26 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
11 | | - | |
12 | | - | |
| 11 | + | |
| 12 | + | |
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
| |||
0 commit comments