From cb3dea2d78cccbd3d2143a769434dd100d39b743 Mon Sep 17 00:00:00 2001 From: Glyph Date: Fri, 22 Dec 2023 11:28:39 -0500 Subject: [PATCH] cheating juuust a little bit on the review due to a release failure --- release.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/release.py b/release.py index 9b5012df..0116c388 100644 --- a/release.py +++ b/release.py @@ -266,7 +266,7 @@ def publishRelease(final: bool, test: bool = False) -> None: incrementVersion(candidate=not final) version = currentVersion() - repository.index.add("src") + repository.index.add("src/klein") repository.index.commit(f"Update version to {version}") tagName = releaseTagName(version)