mirror of
https://github.com/vale981/tridactyl
synced 2025-03-04 17:11:40 -05:00
Add script for linking to GitHub issues
This commit is contained in:
parent
ba0dea0349
commit
48a81c8d7b
1 changed files with 4 additions and 0 deletions
4
scripts/changelog_mangler.sh
Executable file
4
scripts/changelog_mangler.sh
Executable 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
|
Loading…
Add table
Reference in a new issue