Skip to content

Commit

Permalink
cheating juuust a little bit on the review due to a release failure
Browse files Browse the repository at this point in the history
  • Loading branch information
glyph committed Dec 22, 2023
1 parent 49b1873 commit cb3dea2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion release.py
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit cb3dea2

Please sign in to comment.