We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5591468 commit 588efc0Copy full SHA for 588efc0
scripts/release.sh
@@ -319,7 +319,7 @@ done
319
if [[ ${create_pr} =~ ^[Yy]$ ]]; then
320
pr_branch=autoversion/${new_version}
321
title="docs: bump ${channel} version to ${new_version}"
322
- body="This PR was automatically created by the release script.
+ body="This PR was automatically created by the [release script](https://github.com/coder/coder/blob/main/scripts/release.sh).
323
324
Please review the changes and merge if they look good and the release is complete.
325
0 commit comments