Skip to content

Commit 5e7803c

Browse files
committed
chore: print that the release tag has been created
1 parent f377fe9 commit 5e7803c

2 files changed

Lines changed: 4 additions & 0 deletions

File tree

scripts/release.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -121,6 +121,8 @@ def main(argv: Sequence[str] | None = None) -> int: # noqa: PLR0911, PLR0915
121121
)
122122
return 1
123123

124+
print(f"Created release tag {release_tag!r}.")
125+
124126
# Exit on dry run.
125127
if args.dry_run:
126128
print("Dry run success!")

template/scripts/release.py.jinja

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -127,6 +127,8 @@ def main(argv: Sequence[str] | None = None) -> int: # noqa: PLR0911, PLR0915
127127
)
128128
return 1
129129

130+
print(f"Created release tag {release_tag!r}.")
131+
130132
# Exit on dry run.
131133
if args.dry_run:
132134
print("Dry run success!")

0 commit comments

Comments
 (0)