From c49236ff0fc049b81b3fd06ef5811852b0441822 Mon Sep 17 00:00:00 2001 From: Luke Hagar Date: Mon, 17 Nov 2025 16:30:58 +0000 Subject: [PATCH] Remove recent releases section from README template --- templates/README.md.tpl | 6 ------ 1 file changed, 6 deletions(-) diff --git a/templates/README.md.tpl b/templates/README.md.tpl index 7ffb9c5..11f127c 100644 --- a/templates/README.md.tpl +++ b/templates/README.md.tpl @@ -14,12 +14,6 @@ A collection of all of my favorite GitHub automation tools. - [{{.Name}}]({{.URL}}) - {{.Description}} {{- end}} -#### 🔭 Latest releases I've contributed to -{{range recentReleases 10}} -{{- $split := split .Name "/" -}} -[![Readme Card](https://github-readme-stats.vercel.app/api/pin/?username={{index $split 0}}&repo={{index $split 1}})]({{.URL}}) -{{- end}} - #### 🔨 My recent Pull Requests {{range recentPullRequests 10}} - [{{.Title}}]({{.URL}}) on [{{.Repo.Name}}]({{.Repo.URL}}) ({{humanize .CreatedAt}})