Commit db57cc3
committed
fix: align release notes date with binary output and prevent race condition
- Use git commit date (via 'git log') instead of release creation timestamp
to match VERGEN_GIT_COMMIT_DATE shown in binary (-V output)
- Ensures consistency: release notes show actual commit date, not when release was created
- Add build-release-assets to upload-release-assets job dependencies
to prevent race condition where upload tries to access artifacts before they exist
- Workflow now correctly waits for both jobs before attempting artifact operations1 parent 26778a1 commit db57cc3
1 file changed
Lines changed: 6 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
116 | 116 | | |
117 | 117 | | |
118 | 118 | | |
119 | | - | |
120 | | - | |
| 119 | + | |
| 120 | + | |
| 121 | + | |
| 122 | + | |
| 123 | + | |
121 | 124 | | |
122 | 125 | | |
123 | 126 | | |
| |||
128 | 131 | | |
129 | 132 | | |
130 | 133 | | |
131 | | - | |
| 134 | + | |
132 | 135 | | |
133 | 136 | | |
134 | 137 | | |
| |||
0 commit comments