Commit 166282a
Matthew Fisher
fix(CHANGELOG): prep for changelog script
This change is necessary to accomodate for generate-changelog.sh
available in contrib/util. With these changes, it's as easy as
$ ./contrib/util/generate-changelog.sh v0.7.0 v0.8.0 | cat - CHANGELOG.md > tmp && mv tmp CHANGELOG.md
Which will generate the changes from v0.7.0 to v0.8.0 and append the
output to the top of CHANGELOG.md. The title was redundant, anyways.1 parent 2bce3f4 commit 166282a
1 file changed
Lines changed: 1 addition & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
2 | | - | |
3 | 1 | | |
4 | 2 | | |
5 | 3 | | |
| |||
1460 | 1458 | | |
1461 | 1459 | | |
1462 | 1460 | | |
1463 | | - | |
| 1461 | + | |
0 commit comments