Commit 4e8b476
committed
fix: use short commit sha for next snapshot versions
changesets' {commit} template placeholder only resolves to the full
40-char sha with no short option, producing unreadable versions like
0.0.0-next-db4b842bd8a6605da1374a1b5b66f4eb28f6d0c5. Compute the
short sha ourselves and pass it as the snapshot name instead, giving
e.g. 0.0.0-next-c047e22.1 parent c047e22 commit 4e8b476
3 files changed
Lines changed: 3 additions & 3 deletions
File tree
- .github/workflows
- openspec/changes/publish-next-github-packages
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
27 | | - | |
| 27 | + | |
28 | 28 | | |
29 | 29 | | |
30 | 30 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
23 | | - | |
| 23 | + | |
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
13 | | - | |
| 13 | + | |
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
| |||
0 commit comments