Commit 64d7bdf
committed
fix: Remove changelog commit from release workflow
The release workflow was committing CHANGELOG.md updates to master
before running GoReleaser, which moved HEAD past the tagged commit
and caused GoReleaser to fail with a tag mismatch error.
GoReleaser still uses git-cliff for release notes via the
changelog.use config in .goreleaser.yml. CHANGELOG.md should be
updated before tagging as a pre-release step.1 parent 1f50f49 commit 64d7bdf
1 file changed
+0
-9
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
42 | 42 | | |
43 | 43 | | |
44 | 44 | | |
45 | | - | |
46 | | - | |
47 | | - | |
48 | | - | |
49 | | - | |
50 | | - | |
51 | | - | |
52 | | - | |
53 | | - | |
54 | 45 | | |
55 | 46 | | |
56 | 47 | | |
| |||
0 commit comments