tridactyl/scripts/changelog_mangler.sh
2019-01-22 18:28:53 +00:00

4 lines
201 B
Bash
Executable file

#!/bin/sh
# Replace issue numbers in brackets eg (#1337) with a link to the issue on the repository
sed -i 's; (#\([0-9]*\)); ([#\1](https://github.com/tridactyl/tridactyl/issues/\1));g' CHANGELOG.md