Skip to content

Commit 763f8f7

Browse files
committed
feat(pypub): display git status of files
1 parent e4e2528 commit 763f8f7

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

clit/dev/packaging.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -228,6 +228,7 @@ def show_diff(self) -> None:
228228

229229
prompt(f"Is the {diff_command} correct?")
230230

231+
shell(f"{Publisher.TOOL_GIT} status", dry_run=self.dry_run, header="Show the list of changed files")
231232
prompt(
232233
"Last confirmation (point of no return):\n"
233234
+ f"Changes will be committed, files will be uploaded, a GitHub release will be created"

0 commit comments

Comments
 (0)