From bfe9beb093df42badf762945cf04548fbe75949a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Orhun=20Parmaks=C4=B1z?= Date: Sun, 29 Sep 2024 21:18:02 +0300 Subject: [PATCH] docs(website): add more testimonials --- website/src/components/Testimonials/index.tsx | 24 +++++++++++++++++++ 1 file changed, 24 insertions(+) diff --git a/website/src/components/Testimonials/index.tsx b/website/src/components/Testimonials/index.tsx index b5dc0efe68..9ae430a653 100644 --- a/website/src/components/Testimonials/index.tsx +++ b/website/src/components/Testimonials/index.tsx @@ -10,6 +10,30 @@ const testimonials = [ "git-cliff is amazing. I managed to use its published crates for my project's release management.", url: "https://x.com/boshen_c/status/1840391571495420362", }, + { + name: "Greptime Database", + handle: "GreptimeTeam", + date: "Apr 9, 2024", + content: + "The changelog is powered by git-cliff. Thank you @orhundev for this elegant tool!", + url: "https://x.com/Greptime/status/1777707539255189544", + }, + { + name: "CodeSee.io", + handle: "Codesee-io", + date: "Jan 24, 2023", + content: + "With git-cliff, you can generate a changelog from your Git history FAST.", + url: "https://x.com/Codeseeio/status/1617901319179702274", + }, + { + name: "GitHub, Inc.", + handle: "github", + date: "May 4, 2022", + content: + "Whether you use conventional commits or your own conventions, @orhundev’s git-cliff is a great little tool for generating changelogs.", + url: "https://x.com/github/status/1521943000817057795", + }, ]; const getRandomTestimonial = () => {