File tree Expand file tree Collapse file tree 4 files changed +19
-0
lines changed Expand file tree Collapse file tree 4 files changed +19
-0
lines changed Original file line number Diff line number Diff line change 1
1
Change log
2
2
================================================================================
3
3
4
+ 0.0.10 - tbd
5
+ --------------------------------------------------------------------------------
6
+
7
+ **Added **
8
+
9
+ #. add github star badges
10
+
4
11
0.0.9 - 13.10.2019
5
12
--------------------------------------------------------------------------------
6
13
Original file line number Diff line number Diff line change @@ -8,6 +8,8 @@ pypi-mobans
8
8
.. image :: https://codecov.io/github/moremoban/pypi-mobans/coverage.png
9
9
:target: https://codecov.io/github/moremoban/pypi-mobans
10
10
11
+ .. image :: https://img.shields.io/github/stars/moremoban/pypi-mobans.svg?style=social&maxAge=3600&label=Star
12
+ :target: https://github.com/moremoban/pypi-mobans/stargazers
11
13
12
14
.. image :: https://img.shields.io/gitter/room/gitterHQ/gitter.svg
13
15
:target: https://gitter.im/chfw_moban/Lobby
Original file line number Diff line number Diff line change 1
1
name : pypi-mobans
2
2
organisation : moremoban
3
3
releases :
4
+ - changes :
5
+ - action : Added
6
+ details :
7
+ - " add github star badges"
8
+ date : tbd
9
+ version : 0.0.10
4
10
- changes :
5
11
- action : Added
6
12
details :
Original file line number Diff line number Diff line change 30
30
.. image:: https://pepy.tech/badge/{{name}}/month
31
31
:target: https://pepy.tech/project/{{name}}/month
32
32
{% endif %}
33
+ {% if scm_host == 'github.com' %}
34
+ .. image:: https://img.shields.io/github/stars/{{organisation}}/{{name}}.svg?style=social&maxAge=3600&label=Star
35
+ :target: https://github.com/{{organisation}}/{{name}}/stargazers
36
+ {% endif %}
33
37
34
38
{% if gitter_room %}
35
39
.. image:: https://img.shields.io/gitter/room/gitterHQ/gitter.svg
You can’t perform that action at this time.
0 commit comments