Skip to content

Commit

Permalink
Add semver badges
Browse files Browse the repository at this point in the history
  • Loading branch information
guillermocalvo committed Jun 3, 2024
1 parent a58c526 commit d8b906b
Show file tree
Hide file tree
Showing 4 changed files with 36 additions and 0 deletions.
9 changes: 9 additions & 0 deletions docs/semver-0.0.0.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
{
"schemaVersion": 1,
"style": "for-the-badge",
"labelColor": "gray",
"color": "green",
"label": "semver",
"message": "OK",
"namedLogo": "semver"
}
9 changes: 9 additions & 0 deletions docs/semver-0.0.1.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
{
"schemaVersion": 1,
"style": "for-the-badge",
"labelColor": "gray",
"color": "yellow",
"label": "semver",
"message": "PATCH",
"namedLogo": "semver"
}
9 changes: 9 additions & 0 deletions docs/semver-0.1.0.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
{
"schemaVersion": 1,
"style": "for-the-badge",
"labelColor": "gray",
"color": "orange",
"label": "semver",
"message": "MINOR",
"namedLogo": "semver"
}
9 changes: 9 additions & 0 deletions docs/semver-1.0.0.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
{
"schemaVersion": 1,
"style": "for-the-badge",
"labelColor": "gray",
"color": "red",
"label": "semver",
"message": "MAJOR",
"namedLogo": "semver"
}

0 comments on commit d8b906b

Please sign in to comment.