We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent db6a33d commit 665692dCopy full SHA for 665692d
1 file changed
scripts/bump-version
@@ -159,11 +159,6 @@ def main() -> None:
159
print(" - pyproject.toml")
160
print(" - persistproc/__init__.py")
161
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")
167
168
except Exception as e:
169
print(f"Error: {e}", file=sys.stderr)
0 commit comments