You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Badge cleanup; more directions on running demo tracker
Cleaned up badges. Also added a couple of commented out possibly useful badges:
* commits different between named tag/release and head
* last tagged revision (use for alpha/beta releases)
Also expanded to 4 explicit command for getting and running Roundup in
demo mode. Emphasized that demo mode does not require installation.
<!-- changes since 2.2.0 <img src="https://img.shields.io/github/commits-since/roundup-tracker/roundup/2.2.0/master?sort=semver"> -->
35
35
<!-- status beta, stable, mature.... <img src="https://img.shields.io/pypi/status/roundup"> -->
36
36
<!-- mozilla observatory <img src="https://img.shields.io/mozilla-observatory/grade/www.roundup-tracker.org?publish"> -->
37
+
<!-- commits from last named release: <img alt="GitHub commits difference between two branches/tags/commits" src="https://img.shields.io/github/commits-difference/roundup-tracker/roundup?base=2.2.0&head=master">a -->
38
+
<!-- newest tag by date - use for alpha/beta release notifications?
39
+
<img alt="GitHub tag (latest by date)" src="https://img.shields.io/github/v/tag/roundup-tracker/roundup"> -->
0 commit comments