Commit 3e734ae
fix(release): fix goreleaser YAML escape in before hook (#15)
goreleaser v2.16.0 rejects \. in double-quoted YAML strings. Combined
both sed expressions into one command using [^/]* instead of \.
(matching botdetect pattern).
Co-authored-by: Claude Sonnet 4.6 <noreply@anthropic.com>1 parent 8ecfa5b commit 3e734ae
1 file changed
Lines changed: 1 addition & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
6 | | - | |
7 | | - | |
| 6 | + | |
8 | 7 | | |
9 | 8 | | |
10 | 9 | | |
| |||
0 commit comments