Commit b97add7
authored
fix: explicitly set tag_name in release workflow (#197)
* fix: explicitly set tag_name in release workflow
Without explicit tag_name, softprops/action-gh-release relies on
GITHUB_REF being correct at runtime. If anything goes wrong (re-runs,
race conditions with tag deletion/recreation), the release ends up
untagged (e.g. untagged-bfb61f621c7818a82994).
Also pins the CHANGELOG.md link to the tag so it resolves correctly
in draft releases before publication.
* chore: add kiro steering file for PR conventions
Ensures the contributor statement required by CI is always included
when creating PRs via Kiro CLI.
* fix: add language identifier to fenced code block (MD040)
---------
Co-authored-by: Scott Schreckengaust <345885+scottschreckengaust@users.noreply.github.com>1 parent 9491dea commit b97add7
2 files changed
Lines changed: 14 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
60 | 60 | | |
61 | 61 | | |
62 | 62 | | |
| 63 | + | |
63 | 64 | | |
64 | 65 | | |
65 | 66 | | |
66 | 67 | | |
67 | 68 | | |
68 | | - | |
| 69 | + | |
69 | 70 | | |
70 | 71 | | |
71 | 72 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
0 commit comments