Skip to content

Commit 0a12c1a

Browse files
committed
releases.json snippets: use better placeholder text, and full URL for release notes
1 parent 5532b9a commit 0a12c1a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/Perl/Dist/Strawberry/Step/OutputReleasesJSONSnippet.pm

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ sub run {
6969
sha1 => $params->{output}{"${edition}_sha1"} // $self->sha1_file($f),
7070
sha256 => $params->{output}{"${edition}_sha256"} // $self->sha256_file($f),
7171
size => $size,
72-
url => "__XXXXfixURL__ $basename",
72+
url => "__XXXX_URL_placeholder__ $basename",
7373
};
7474
$edition_hash->{$edition} = $hash;
7575
}
@@ -82,7 +82,7 @@ sub run {
8282
edition => $edition_hash,
8383
name => $name,
8484
numver => $numver,
85-
relnotes => "__XXXXfixURL__ $params->{output_basename}.html",
85+
relnotes => "https://strawberryperl.com/release-notes/$params->{output_basename}.html",
8686
version => $app_version,
8787
};
8888

0 commit comments

Comments
 (0)