Commit 897ef0e
authored
fix: commit changelog before tagging to fix goreleaser dirty-state error (#36)
The release workflow generated CHANGELOG.md and RELEASE_NOTES.md but
never committed them before creating the git tag. Goreleaser's dirty-state
check caught the uncommitted files and aborted the release.
Now commits both files before tagging, and removes the redundant
changelog PR step since the changelog is committed directly to main.1 parent 2b00794 commit 897ef0e
1 file changed
Lines changed: 6 additions & 17 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
52 | 52 | | |
53 | 53 | | |
54 | 54 | | |
55 | | - | |
| 55 | + | |
56 | 56 | | |
57 | 57 | | |
58 | 58 | | |
59 | 59 | | |
60 | 60 | | |
| 61 | + | |
| 62 | + | |
61 | 63 | | |
62 | | - | |
| 64 | + | |
63 | 65 | | |
64 | 66 | | |
65 | 67 | | |
| |||
149 | 151 | | |
150 | 152 | | |
151 | 153 | | |
152 | | - | |
153 | | - | |
154 | | - | |
155 | | - | |
156 | | - | |
157 | | - | |
158 | | - | |
159 | | - | |
160 | | - | |
161 | | - | |
162 | | - | |
163 | | - | |
164 | | - | |
165 | | - | |
166 | | - | |
| 154 | + | |
| 155 | + | |
0 commit comments