We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e4e2528 commit 763f8f7Copy full SHA for 763f8f7
1 file changed
clit/dev/packaging.py
@@ -228,6 +228,7 @@ def show_diff(self) -> None:
228
229
prompt(f"Is the {diff_command} correct?")
230
231
+ shell(f"{Publisher.TOOL_GIT} status", dry_run=self.dry_run, header="Show the list of changed files")
232
prompt(
233
"Last confirmation (point of no return):\n"
234
+ f"Changes will be committed, files will be uploaded, a GitHub release will be created"
0 commit comments