File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 3
3
<a name =" v0.6.2 " ></a >
4
4
## [ v0.6.2] ( https://github.com/sap/project-kb/compare/v0.6.1...v0.6.2 )
5
5
6
- ## Chores
7
- * add changelog generation script (18f675c)
8
- * update deps for update cmd (39d04cd)
6
+ ### Chores
7
+ * add changelog generation script ([ 18f675c] ( https://github.com/sap/project-kb/commit/18f675c ) )
8
+ * update deps for update cmd ([ 39d04cd] ( https://github.com/sap/project-kb/commit/39d04cd ) )
9
9
10
10
<a name =" v0.6.1 " ></a >
11
11
## [ v0.6.1] ( https://github.com/SAP/project-kb/compare/v0.6.0.2...v0.6.1 ) (2020-06-26)
Original file line number Diff line number Diff line change @@ -86,9 +86,9 @@ def render_changelog(log):
86
86
changes_by_type [commit_types [l ['type' ]]] = [l ]
87
87
88
88
for t in changes_by_type :
89
- print ("\n ## " + t )
89
+ print ("\n ### " + t )
90
90
for c in changes_by_type [t ]:
91
- print (" * " + c ['msg' ] + " (" + c ['id' ] + ")" )
91
+ print (" * " + c ['msg' ] + " ([ " + c ['id' ] + "](https://github.com/" + project_slug + "/commit/" + c [ 'id' ] + ") )" )
92
92
93
93
94
94
def main (args ):
You can’t perform that action at this time.
0 commit comments