File tree Expand file tree Collapse file tree 2 files changed +12
-3
lines changed
Expand file tree Collapse file tree 2 files changed +12
-3
lines changed Original file line number Diff line number Diff line change 22
33## [ Unreleased] [ ]
44
5- [ Unreleased ] : https://github.com/chaostoolkit/chaostoolkit-reporting/compare/0.17.0...HEAD
5+ [ Unreleased ] : https://github.com/chaostoolkit/chaostoolkit-reporting/compare/0.17.1...HEAD
6+
7+ ## [ 0.17.1] [ ] - 2024-01-14
8+
9+ [ 0.17.1 ] : https://github.com/chaostoolkit/chaostoolkit-reporting/compare/0.17.0...0.17.1
10+
11+ ### Fixed
12+
13+ - Ensure ` --title ` takes precedence when set. Thanks to @mcastellin for
14+ investigating
615
716## [ 0.17.0] [ ] - 2024-01-05
817
Original file line number Diff line number Diff line change 3434 "generate_report_header" ,
3535 "save_report" ,
3636]
37- __version__ = "0.17.0 "
37+ __version__ = "0.17.1 "
3838
3939curdir = os .getcwd ()
4040basedir = os .path .dirname (__file__ )
@@ -50,7 +50,7 @@ def generate_report_header(
5050 header_template = get_report_template (None , "header.md" )
5151
5252 header_info = {}
53- header_info ["title" ] = "Chaos Engineering Report" or title
53+ header_info ["title" ] = title or "Chaos Engineering Report"
5454 header_info ["today" ] = datetime .now ().strftime ("%d %B %Y" )
5555 header_info ["export_format" ] = export_format
5656 tags = []
You can’t perform that action at this time.
0 commit comments