Skip to content

Commit

Permalink
docs(website): add more testimonials
Browse files Browse the repository at this point in the history
  • Loading branch information
orhun committed Sep 29, 2024
1 parent ef2374c commit bfe9beb
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions website/src/components/Testimonials/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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 = () => {
Expand Down

0 comments on commit bfe9beb

Please sign in to comment.