Skip to content

Commit c6859f4

Browse files
author
Roman Hlushko
committed
Updated release doc
1 parent 1067c3f commit c6859f4

1 file changed

Lines changed: 9 additions & 1 deletion

File tree

RELEASE.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,15 @@
22

33
In order to release a new version of `notifykit`, follow these steps:
44

5-
- bump the version in `pyproject.toml` and `Cargo.toml`. Merge the update into `main`.
5+
- bump the version in `pyproject.toml` and `Cargo.toml`.
6+
- Update lock files:
7+
8+
```bash
9+
uv lock
10+
cargo update
11+
```
12+
13+
- Merge the update into `main`.
614
- create a new tag with the version number, e.g. `0.0.9-alpha.1` and push it e.g.
715

816
```bash

0 commit comments

Comments
 (0)