Skip to content

Commit

Permalink
(docs/fix): track latest release by SemVer
Browse files Browse the repository at this point in the history
- in case a backport release is added, such as a backport of the
  upcoming v0.1.1

- "latest" in GitHub releases means latest by date, which means
  backports are considered latest by definition
  - using SemVer with the "tag" badge (not release anymore :/)
    more or less resolves this for the README, but GH releases page
    will always show by date :/

- "commits since" is also currently tracking "latest" release by date
  - no fix to this yet, c.f. badges/shields#1955 (comment)
    - manually putting the latest SemVer tag for now :/ :/ :/ :/
  • Loading branch information
agilgur5 committed Jul 27, 2019
1 parent 2403d6e commit 12ff92e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@

<!-- releases / versioning -->
[![package-json](https://img.shields.io/github/package-json/v/agilgur5/mst-persist.svg)](https://npmjs.org/package/mst-persist)
[![releases](https://img.shields.io/github/release/agilgur5/mst-persist.svg)](https://github.com/agilgur5/mst-persist/releases)
[![commits](https://img.shields.io/github/commits-since/agilgur5/mst-persist/latest.svg)](https://github.com/agilgur5/mst-persist/commits/master)
[![releases](https://img.shields.io/github/tag-pre/agilgur5/mst-persist.svg)](https://github.com/agilgur5/mst-persist/releases)
[![commits](https://img.shields.io/github/commits-since/agilgur5/mst-persist/v0.1.0.svg)](https://github.com/agilgur5/mst-persist/commits/master)
<br><!-- downloads -->
[![dt](https://img.shields.io/npm/dt/mst-persist.svg)](https://npmjs.org/package/mst-persist)
[![dy](https://img.shields.io/npm/dy/mst-persist.svg)](https://npmjs.org/package/mst-persist)
Expand Down

0 comments on commit 12ff92e

Please sign in to comment.