Commit 8abd56b
fix: release workflow version passthrough and gh flags
- Pass tag version to Invoke-Build via -Build parameter (was defaulting
to 0.0.1 because version was extracted but never used)
- Fix gh release create: remove --generate-notes (conflicts with
--notes-file, gh rejects the combination)
- Fix CHANGELOG path: use repo root CHANGELOG.md for psdocs-azure
(packages/psdocs-azure/CHANGELOG.md doesn't exist)
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>1 parent cfbb1ce commit 8abd56b
3 files changed
Lines changed: 4 additions & 7 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
39 | 39 | | |
40 | 40 | | |
41 | 41 | | |
42 | | - | |
| 42 | + | |
43 | 43 | | |
44 | 44 | | |
45 | 45 | | |
| |||
54 | 54 | | |
55 | 55 | | |
56 | 56 | | |
57 | | - | |
58 | | - | |
| 57 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
39 | 39 | | |
40 | 40 | | |
41 | 41 | | |
42 | | - | |
| 42 | + | |
43 | 43 | | |
44 | 44 | | |
45 | 45 | | |
| |||
54 | 54 | | |
55 | 55 | | |
56 | 56 | | |
57 | | - | |
58 | | - | |
| 57 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
78 | 78 | | |
79 | 79 | | |
80 | 80 | | |
81 | | - | |
82 | 81 | | |
0 commit comments