We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1067c3f commit c6859f4Copy full SHA for c6859f4
1 file changed
RELEASE.md
@@ -2,7 +2,15 @@
2
3
In order to release a new version of `notifykit`, follow these steps:
4
5
-- bump the version in `pyproject.toml` and `Cargo.toml`. Merge the update into `main`.
+- 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`.
14
- create a new tag with the version number, e.g. `0.0.9-alpha.1` and push it e.g.
15
16
```bash
0 commit comments