We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e9e7987 commit 71c1830Copy full SHA for 71c1830
2 files changed
docs/RELEASE.md
@@ -16,14 +16,13 @@ This guide consolidates the full release and deployment process for the Cloud SD
16
17
2. Bump version
18
- In `pyproject.toml`: set `project.version = "X.Y.Z"` (PEP 440; no leading 'v')
19
- - In `version.txt`: set `vX.Y.Z`
20
21
3. Update changelog
22
- Use the official Changelog template
23
24
4. Commit changes
25
```bash
26
- git add version.txt pyproject.toml CHANGELOG.md
+ git add pyproject.toml CHANGELOG.md
27
git commit -m "feat: did something"
28
```
29
version.txt
0 commit comments