js-assignments icon indicating copy to clipboard operation
js-assignments copied to clipboard

Support versions and automatically report release on github

Open EduardTrutsyk opened this issue 6 years ago • 1 comments

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.

EduardTrutsyk avatar Mar 05 '18 10:03 EduardTrutsyk

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

For example:

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

demo

wcoder avatar Mar 05 '18 14:03 wcoder