summaryrefslogtreecommitdiff
path: root/tools/release
diff options
context:
space:
mode:
authorDivy Srivastava <dj.srivastava23@gmail.com>2024-06-13 09:51:57 +0530
committerGitHub <noreply@github.com>2024-06-13 04:21:57 +0000
commit280f20efd929b8ca817360a561971e5eaa4d8897 (patch)
treec0e69a1b7048d00216c009177e6bd641182973bf /tools/release
parent5bcb46cacf9320bfa5088fbbda4f5a241cf9da1b (diff)
chore: update release template (#24195)
Fix Slack formatting
Diffstat (limited to 'tools/release')
-rw-r--r--tools/release/release_doc_template.md10
1 files changed, 5 insertions, 5 deletions
diff --git a/tools/release/release_doc_template.md b/tools/release/release_doc_template.md
index 8e7d14fb1..6caa2b610 100644
--- a/tools/release/release_doc_template.md
+++ b/tools/release/release_doc_template.md
@@ -21,9 +21,9 @@ land until the release is finished.**
Deno v$VERSION is now getting released.
-[`denoland/deno`](https://github.com/denoland/deno) is now locked.
+`denoland/deno` is now locked.
-**DO NOT LAND ANY PRs**
+*DO NOT LAND ANY PRs*
Release checklist: <LINK TO THIS FORKED GIST GOES HERE>
```
@@ -180,11 +180,11 @@ script generates the symbols based on the latest tags.
```
:unlock:
-@channel
+@here
-[`denoland/deno`](https://github.com/denoland/deno) is now unlocked.
+`denoland/deno` is now unlocked.
-**You can land PRs now**
+*You can land PRs now*
Deno v$VERSION has been released.
```