From d6b202ce836e295eaf6899051e39c2e7ada6d933 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20=C5=BD=C3=A1dn=C3=ADk?= Date: Thu, 6 Feb 2025 14:20:35 +0200 Subject: [PATCH] Replace Twitter with Nushell blog in release note template (#1036) --- make_release/release-note/template.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/make_release/release-note/template.md b/make_release/release-note/template.md index dca659d..6d96116 100644 --- a/make_release/release-note/template.md +++ b/make_release/release-note/template.md @@ -1,7 +1,7 @@ --- title: Nushell {{VERSION}} author: The Nu Authors -author_site: https://twitter.com/nu_shell +author_site: https://www.nushell.sh/blog author_image: https://www.nushell.sh/blog/images/nu_logo.png excerpt: Today, we're releasing version {{VERSION}} of Nu. This release adds... ---