it-shark-pro / js-assignments

Javascript assignments, tasks and katas
https://it-shark.pro/
MIT License
23 stars 141 forks source link

Support versions and automatically report release on github #9

Open EduardTrutsyk opened 6 years ago

EduardTrutsyk commented 6 years ago

Would be nice to show badge with current version and automatically report new release on github: https://github.com/it-shark-pro/js-assignments/releases

Change Log can be automatically generated by github_changelog_generator

Can be done with Makefile comands.

wcoder commented 6 years ago

Can be used badges from https://shields.io/

For example:

https://img.shields.io/github/release/it-shark-pro/js-assignments.svg

demo