1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2025-07-06 21:41:48 +02:00

Update .github/release-notes.sh

Co-authored-by: gustavderdrache <gustavderdrache@gmail.com>
This commit is contained in:
Graham Christensen 2025-04-28 10:29:49 -04:00 committed by GitHub
parent ce1cca8ebd
commit 5a87809b25
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -29,7 +29,7 @@ trim_trailing_newlines() {
linkify_gh() {
sed \
-e 's#\(https://github.com/DeterminateSystems/nix-src/\(pull\|issue\)/\([[:digit:]]\+\)\)#[dnix\#\3](\1)#' \
-e 's!\(https://github.com/DeterminateSystems/nix-src/\(pull\|issue\)/\([[:digit:]]\+\)\)![DeterminateSystems/nix-src#\3](\1)!' \
-e 's#\(https://github.com/DeterminateSystems/nix-src/compare/\([^ ]\+\)\)#[\2](\1)#'
}