Commit 303647d
authored
Drop brackets from generated changelog heading (#1039)
The release script in scripts/publish.sh extracts the changelog block
with the awk pattern `^### <version>( |$|-)`, which does not match
`### [<version>]`. Generate the heading as `### VERSION - DATE` so
publish.sh can find it.1 parent f7dddbd commit 303647d
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
81 | 81 | | |
82 | 82 | | |
83 | 83 | | |
84 | | - | |
| 84 | + | |
85 | 85 | | |
86 | 86 | | |
87 | 87 | | |
| |||
0 commit comments