Skip to content

Commit 00622a9

Browse files
kesmit13claude
andcommitted
Remove RELEASE.md and consolidate into CONTRIBUTING.md
The release process documentation was duplicated. CONTRIBUTING.md already contains more comprehensive release instructions, so remove the redundant RELEASE.md and add the GitHub Actions workflow links to CONTRIBUTING.md. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 538b68a commit 00622a9

2 files changed

Lines changed: 6 additions & 54 deletions

File tree

CONTRIBUTING.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -261,16 +261,18 @@ Install from https://cli.github.com/ and run `gh auth login`.
261261
git commit -m "Prepare for v1.x.x release" && git push
262262
```
263263

264-
4. **Wait for CI tests to pass** on GitHub Actions
264+
4. **Wait for CI tests to pass** on GitHub Actions:
265+
- [Coverage tests](https://github.com/singlestore-labs/singlestoredb-python/actions/workflows/coverage.yml)
266+
- [Smoke tests](https://github.com/singlestore-labs/singlestoredb-python/actions/workflows/smoke-test.yml)
265267

266268
5. **Create the GitHub release**:
267269
```bash
268270
python resources/create_release.py
269271
```
270272

271-
6. **Verify PyPI publish** workflow completes successfully
272-
(triggered automatically by the GitHub release). Check the
273-
[PyPI package page](https://pypi.org/project/singlestoredb/) to confirm
273+
6. **Verify [PyPI publish](https://github.com/singlestore-labs/singlestoredb-python/actions/workflows/publish.yml)**
274+
workflow completes successfully (triggered automatically by the GitHub release).
275+
Check the [PyPI package page](https://pypi.org/project/singlestoredb/) to confirm
274276
the new version is available.
275277

276278
### Version File Locations

RELEASE.md

Lines changed: 0 additions & 50 deletions
This file was deleted.

0 commit comments

Comments
 (0)