Browse Source

added help text for sg_mbp_release

master
Holger Frey 4 years ago
parent
commit
e32ef9fa9d
  1. 11
      work_helpers/sg_mbp_release.py

11
work_helpers/sg_mbp_release.py

@ -61,6 +61,17 @@ def copy_workbooks(destination, date, latest):
@click.command() @click.command()
def cli(): 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() latest = get_latest_version()
new_folder_name = f"{TODAY} {latest}" new_folder_name = f"{TODAY} {latest}"

Loading…
Cancel
Save