Skip to content

Commit 71c1830

Browse files
chore: remove version file only necessary by Piper (#40)
1 parent e9e7987 commit 71c1830

2 files changed

Lines changed: 1 addition & 3 deletions

File tree

docs/RELEASE.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,14 +16,13 @@ This guide consolidates the full release and deployment process for the Cloud SD
1616

1717
2. Bump version
1818
- In `pyproject.toml`: set `project.version = "X.Y.Z"` (PEP 440; no leading 'v')
19-
- In `version.txt`: set `vX.Y.Z`
2019

2120
3. Update changelog
2221
- Use the official Changelog template
2322

2423
4. Commit changes
2524
```bash
26-
git add version.txt pyproject.toml CHANGELOG.md
25+
git add pyproject.toml CHANGELOG.md
2726
git commit -m "feat: did something"
2827
```
2928

version.txt

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)