Skip to content

techdozor/github-release-badges

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Badges for GitHub releases

Put together shields.io + github.api + java (jersey+jetty) + heroku produce this project. It duplicates some original shields.io functionality, but it can be simple java REST example.

Usage

Common:

http://github-release-version.herokuapp.com/github/{owner}/{repo}/release.{png|svg}[?style=flat]

Markdown:

[![release](http://github-release-version.herokuapp.com/github/allure-framework/allure-core/release.svg?style=flat)](https://github.com/allure-framework/allure-core/releases/latest)

release

Upload to heroku

heroku login
heroku create [app name]
git push heroku master

heroku config:set GITHUB_TOKEN=<token>
heroku open

About

Shortcut for creating release badge for github using shields.io and heroku

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 100.0%