Commit 97f67ec
authored
fix: change release-doc-sync default meta-repo-ref to v1 (#43)
The previous default of v1.0 referenced a tag that was never created. release.yml auto-maintains v1 (floating major) and v1.MINOR tags but never created a v1.0 lightweight tag. First-time consumers of release-doc-sync@v1 calling the action without an explicit override hit a tag resolution failure at checkout.
Surfaced during Blender-Developer-Tools v0.1.0 release pipeline. The workaround in that repo (commit 98e9a57) sets meta-repo-ref: v1.9.1 explicitly. With this default change, future first-time consumers will work without that workaround.
The input description string is updated in the same change to match the new default.
Tracks DTD#42.
Closes #42
Made-with: Cursor1 parent e1f57e4 commit 97f67ec
2 files changed
Lines changed: 3 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
58 | 58 | | |
59 | 59 | | |
60 | 60 | | |
61 | | - | |
| 61 | + | |
62 | 62 | | |
63 | | - | |
| 63 | + | |
64 | 64 | | |
65 | 65 | | |
66 | 66 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
0 commit comments