summaryrefslogtreecommitdiff
path: root/tools/changelog.sh
AgeCommit message (Collapse)Author
2020-12-12fix(changelog): allow breaking change message to span multiple linesMarc Cornellà
This also allows the option to put extra paragraphs after the BREAKING CHANGE message while properly displaying the breaking change message. Useful, for example, to add signed-off or co-authored lines.
2020-12-12feat(updater): save version prior to updating so `omz changelog` just works™Marc Cornellà
Fixes #9505
2020-12-07fix(changelog): fix assoc array syntax for zsh 5.4.2 and older (#9495)Marc Cornellà
Also fixed a call to a defunct display:type-header function in displaying breaking changes.
2020-12-04fix(changelog): fix highlight of codeblocks in subjectMarc Cornellà
2020-11-30feat(updater): add changelog display by parsing the commit listMarc Cornellà