-
-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
7 changed files
with
21,872 additions
and
5,840 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,18 +1,26 @@ | ||
# v1.3.0 (March 30, 2021) | ||
|
||
- Feature: support more than 1 levels deep of json, example: {{node.version}} | ||
|
||
[![](https://img.shields.io/badge/donate-paypal-005EA6.svg?logo=paypal)](https://www.paypal.me/ptkdev) [![](https://img.shields.io/badge/donate-patreon-F87668.svg?logo=patreon)](https://www.patreon.com/ptkdev) [![](https://img.shields.io/badge/donate-sponsors-ea4aaa.svg?logo=github)](https://github.com/sponsors/ptkdev/) [![](https://img.shields.io/badge/donate-ko--fi-29abe0.svg?logo=ko-fi)](https://ko-fi.com/ptkdev) | ||
|
||
# v1.2.0 (May 18, 2020) | ||
* Support: github action (#1) | ||
|
||
[![](https://img.shields.io/badge/donate-paypal-005EA6.svg?logo=paypal)](https://www.paypal.me/ptkdev) [![](https://img.shields.io/badge/donate-patreon-F87668.svg?logo=patreon)](https://www.patreon.com/ptkdev) [![](https://img.shields.io/badge/donate-sponsors-ea4aaa.svg?logo=github)](https://github.com/sponsors/ptkdev/) [![](https://img.shields.io/badge/donate-ko--fi-29abe0.svg?logo=ko-fi)](https://ko-fi.com/ptkdev) | ||
- Support: github action (#1) | ||
|
||
# v1.1.0 (May 16, 2020) | ||
* Support: fury.io | ||
* Support: snyk.io | ||
* Support: badgen.net | ||
* Fix: Replace "space" with `%20` | ||
* Fix: Replace `-` with `--` | ||
* Feature: `custom` attribute. Now you can set any badge string on image url of badge services. | ||
|
||
- Support: fury.io | ||
- Support: snyk.io | ||
- Support: badgen.net | ||
- Fix: Replace "space" with `%20` | ||
- Fix: Replace `-` with `--` | ||
- Feature: `custom` attribute. Now you can set any badge string on image url of badge services. | ||
|
||
# v1.0.1 (May 16, 2020) | ||
* Docs: 🔑 Liquid variables | ||
|
||
- Docs: 🔑 Liquid variables | ||
|
||
# v1.0.0 (May 15, 2020) | ||
* First Release. | ||
|
||
- First Release. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,8 @@ | ||
{ | ||
"name": "all-shields-cli-examples", | ||
"description": "Examples of all-shields-cli usage", | ||
"version": "1.0.0" | ||
} | ||
"version": "1.0.0", | ||
"node": { | ||
"version": "12.0.0" | ||
} | ||
} |
Oops, something went wrong.
4fb0057
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
What an elegant solution! thank you! 🎉