changelog show | grep something is nice to search for changes, however you often want to know the specific version in which something was added/fixed/etc., so the user likely wants that context:
changelog show | grep new feature I want to use yields
- new feature I want to use
changelog grep new feature should add the necessary context:
## [1.2.3] - 2020-01-01
### Added
- **new feature** I want to use
Potential aliases could be
changelog find already taken by finding the changelog file
changelog search
TODO
changelog show | grep somethingis nice to search for changes, however you often want to know the specific version in which something was added/fixed/etc., so the user likely wants that context:changelog show | grep new feature I want to useyieldschangelog grep new featureshould add the necessary context:Potential aliases could be
already taken by finding the changelog filechangelog findchangelog searchTODO
asyncin https://github.com/siimon/prom-client/blob/master/CHANGELOG.md leads to thecode fenceditems not being rendered properly