Skip to content

Commit 46f8858

Browse files
authored
ci: fix syntax for regex (#347)
Signed-off-by: Henry Schreiner <[email protected]>
1 parent 2b5c715 commit 46f8858

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

noxfile.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -393,7 +393,7 @@ def pc_bump(session: nox.Session) -> None:
393393
"lastversion",
394394
"--at=github",
395395
"--format=tag",
396-
"--exclude=alpha|beta|rc",
396+
"--exclude=~alpha|beta|rc",
397397
proj,
398398
silent=True,
399399
).strip()

0 commit comments

Comments
 (0)