1 min read

Easily create release version badges for GitHub repositories.

img license

Displays the latest release version of GitHub repositories that are open to the public, if they are managed by GitHub Release.

How to use

Access the below, with setting your GitHub username and repository.

https://release-badges-generator.vercel.app/api/releases.svg?user=your-name&repo=your-repository

If you want to apply a gradient, specify two HEX color codes separated by a comma.

https://release-badges-generator.vercel.app/api/releases.svg?user=tubone24&repo=release-badges-generator&gradient=4259f7,8bfaec

Demo

If you would like to try out the badges briefly, a demo is available at the following site

https://release-badges-generator.vercel.app/

img