Skip to content

Commit 665692d

Browse files
committed
[fix] Remove llm slop from bump-version
1 parent db6a33d commit 665692d

1 file changed

Lines changed: 0 additions & 5 deletions

File tree

scripts/bump-version

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -159,11 +159,6 @@ def main() -> None:
159159
print(" - pyproject.toml")
160160
print(" - persistproc/__init__.py")
161161
print(" - uv.lock")
162-
print()
163-
print("💡 Next steps:")
164-
print(" 1. Update CHANGELOG.md")
165-
print(f" 2. Create tag: git tag v{new_version}")
166-
print(" 3. Push: git push origin main --tags")
167162

168163
except Exception as e:
169164
print(f"Error: {e}", file=sys.stderr)

0 commit comments

Comments
 (0)