|
|
|
@ -61,6 +61,17 @@ def copy_workbooks(destination, date, latest):
@@ -61,6 +61,17 @@ def copy_workbooks(destination, date, latest):
|
|
|
|
|
|
|
|
|
|
@click.command() |
|
|
|
|
def cli(): |
|
|
|
|
""" |
|
|
|
|
Before running this command: |
|
|
|
|
|
|
|
|
|
\b |
|
|
|
|
- make the requiered edits to the workbooks |
|
|
|
|
- edit the changelog in "E:\Safeguard-MBP-issues" |
|
|
|
|
- create a new versions folder in "E:\Safeguard-MBP-issues", e.g. "v3.9.49" |
|
|
|
|
- note the changes in the excel changelogs in the created version folder |
|
|
|
|
|
|
|
|
|
The command will collect all data into one folder on the Desktop to be published |
|
|
|
|
""" |
|
|
|
|
latest = get_latest_version() |
|
|
|
|
|
|
|
|
|
new_folder_name = f"{TODAY} {latest}" |
|
|
|
|