From 26d98499e20b4d14f6e58bbb2ac0d7cf031aca93 Mon Sep 17 00:00:00 2001 From: Pierre Cavin Date: Thu, 2 May 2024 15:10:19 +0200 Subject: [PATCH] chore(readme): add Hex.pm badges --- README.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index cf4af61..c7c37aa 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,10 @@ # Semantic Release for Elixir +[![Hex.pm Version](https://img.shields.io/hexpm/v/semantic_release.svg)](https://hex.pm/packages/semantic_release) +[![Hex.pm Docs](https://img.shields.io/badge/hex-docs-lightgreen.svg)](https://hexdocs.pm/semantic_release/) +[![Hex.pm Downloads](https://img.shields.io/hexpm/dw/semantic_release.svg)](https://hex.pm/packages/semantic_release) +[![Last Commit](https://img.shields.io/github/last-commit/talent-ideal/semantic_release.svg)](https://github.com/talent-ideal/semantic_release/) + Mix tasks for installing and running [`semantic-release`](https://github.com/semantic-release/semantic-release/) (and the adapter plugin [`semantic-release-hex`](https://github.com/talent-ideal/semantic-release-hex/)) in Elixir projects. > **⚠️ WARNING** @@ -12,8 +17,6 @@ Mix tasks for installing and running [`semantic-release`](https://github.com/sem > > See the [`nodelix` documentation](https://hexdocs.pm/nodelix/) for more information on how Node.js is installed. -Full documentation can be found at [https://hexdocs.pm/semantic_release](https://hexdocs.pm/semantic_release). - ## Installation `gpg` must be available in your PATH to verify the signature of Node.js releases.