mirror of
https://github.com/platformio/platformio-core.git
synced 2025-07-30 10:07:14 +02:00
Show link to the latest version of history after upgrade
This commit is contained in:
@ -61,7 +61,7 @@ def cli():
|
|||||||
fg="green")
|
fg="green")
|
||||||
click.echo("Release notes: ", nl=False)
|
click.echo("Release notes: ", nl=False)
|
||||||
click.secho(
|
click.secho(
|
||||||
"http://docs.platformio.org/en/stable/history.html", fg="cyan")
|
"http://docs.platformio.org/en/latest/history.html", fg="cyan")
|
||||||
except Exception as e: # pylint: disable=W0703
|
except Exception as e: # pylint: disable=W0703
|
||||||
if not r:
|
if not r:
|
||||||
raise exception.UpgradeError("\n".join([str(cmd), str(e)]))
|
raise exception.UpgradeError("\n".join([str(cmd), str(e)]))
|
||||||
|
Reference in New Issue
Block a user