From d9415735c4e04f973fe9ca82a0eaaa93a693478a Mon Sep 17 00:00:00 2001 From: Alexandru Vasile <60601340+lexnv@users.noreply.github.com> Date: Mon, 21 Mar 2022 17:37:45 +0200 Subject: [PATCH] scripts: Hardcode github subxt pull link for changelog consistency (#482) Signed-off-by: Alexandru Vasile --- scripts/generate_changelog.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/scripts/generate_changelog.sh b/scripts/generate_changelog.sh index 581074a1b6..85ebe85aef 100755 --- a/scripts/generate_changelog.sh +++ b/scripts/generate_changelog.sh @@ -4,6 +4,8 @@ set -eu +REMOTE_LINK="https://github.com/paritytech/subxt/pull/" + function usage() { cat <