From 87b9a79551211890a3b23b0d641458c7bd024f98 Mon Sep 17 00:00:00 2001 From: Jarrett Lusso Date: Tue, 2 Jun 2026 10:07:01 -0400 Subject: [PATCH] Add icon and release badge to README Put the Emailable mark inline in the README heading, with the icon SVG committed under assets/. Add a latest-release badge linked to the releases page. It uses include_prereleases since every published release is currently a prerelease; the default badge would otherwise show nothing. --- README.md | 3 ++- assets/emailable-icon.svg | 1 + 2 files changed, 3 insertions(+), 1 deletion(-) create mode 100644 assets/emailable-icon.svg diff --git a/README.md b/README.md index 1744b9e..61033c4 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,6 @@ -# Emailable CLI +# Emailable Emailable CLI +[![Latest Release](https://img.shields.io/github/v/release/emailable/emailable-cli?include_prereleases)](https://github.com/emailable/emailable-cli/releases) ![Build Status](https://github.com/emailable/emailable-cli/actions/workflows/ci.yml/badge.svg) This is the official CLI to work with [Emailable](https://emailable.com) from diff --git a/assets/emailable-icon.svg b/assets/emailable-icon.svg new file mode 100644 index 0000000..314b73e --- /dev/null +++ b/assets/emailable-icon.svg @@ -0,0 +1 @@ + \ No newline at end of file