From 58a85d526aed921b33ebc2f6b2fca78f18eb0021 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Felix=20Sch=C3=BCtt?= <12084016+fschutt@users.noreply.github.com> Date: Fri, 27 Jan 2023 09:09:22 +0100 Subject: [PATCH] Add last video --- docs/dev/release.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/docs/dev/release.md b/docs/dev/release.md index 6ed6c2281..e6f64d061 100644 --- a/docs/dev/release.md +++ b/docs/dev/release.md @@ -71,5 +71,6 @@ There are a couple of problems with the scripts that you should watch out for: - [Creating the release pull request](https://www.youtube.com/watch?v=RMPTT-rnykA) - [Triggering the build.yml action manually](https://www.youtube.com/watch?v=7mF0nlfpQfA) -- [Publishing to crates.io]() - + - Note that the version should always be tagged with a "v" tag + - The commit to tag for the version should be the merge commit of the release PR +- [Publishing to crates.io](https://www.youtube.com/watch?v=uLdxIr6YwuY)