From 2b773ffd585ecac0bc8aa518b2a3a5a12c59d928 Mon Sep 17 00:00:00 2001 From: Henrique Dias Date: Mon, 15 Apr 2024 16:40:24 +0200 Subject: [PATCH] feat: update discuss link style to match Kubo's release notes --- actions/promote.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/actions/promote.go b/actions/promote.go index 42cd26d..e930ecb 100644 --- a/actions/promote.go +++ b/actions/promote.go @@ -146,7 +146,7 @@ Please approve once the post is up.`, ctx.getDiscoursePostTitle(), ctx.getDiscou prompt := fmt.Sprintf(`Go to %s and add the link to the IPFS Discourse post to the top of the release notes. Use the following template: -- 💬 [Discuss](https://discuss.ipfs.io/t/kubo-%s-is-out/XXXX) +- [💬 Discuss](https://discuss.ipfs.io/t/kubo-%s-is-out/XXXX) Please approve once the post is linked.`, url, strings.ReplaceAll(ctx.Version.String(), ".", "-"))