Skip to content

Commit

Permalink
feat: update discuss link style to match Kubo's release notes
Browse files Browse the repository at this point in the history
  • Loading branch information
hacdias committed Apr 15, 2024
1 parent e0be145 commit 2b773ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion actions/promote.go
Original file line number Diff line number Diff line change
Expand Up @@ -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(), ".", "-"))

Expand Down

0 comments on commit 2b773ff

Please sign in to comment.