Add script for linking to GitHub issues

This commit is contained in:
Oliver Blanthorn 2019-01-22 18:28:15 +00:00
parent ba0dea0349
commit 48a81c8d7b
No known key found for this signature in database
GPG key ID: 2BB8C36BB504BFF3

4
scripts/changelog_mangler.sh Executable file
View file

@ -0,0 +1,4 @@
#!/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