Skip to content

Commit 588efc0

Browse files
committed
link to script
1 parent 5591468 commit 588efc0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/release.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -319,7 +319,7 @@ done
319319
if [[ ${create_pr} =~ ^[Yy]$ ]]; then
320320
pr_branch=autoversion/${new_version}
321321
title="docs: bump ${channel} version to ${new_version}"
322-
body="This PR was automatically created by the release script.
322+
body="This PR was automatically created by the [release script](https://github.com/coder/coder/blob/main/scripts/release.sh).
323323
324324
Please review the changes and merge if they look good and the release is complete.
325325

0 commit comments

Comments
 (0)