From a8a98a824452b1ec4da7f508386a187a2f234b85 Mon Sep 17 00:00:00 2001 From: Jason Lee Date: Thu, 21 Mar 2024 14:48:37 +0800 Subject: [PATCH] Update DEVELOPMENT guide. --- DEVELOPMENT | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DEVELOPMENT b/DEVELOPMENT index 6c2d6bb..c6f98a3 100644 --- a/DEVELOPMENT +++ b/DEVELOPMENT @@ -12,5 +12,5 @@ ## Release new version 1. Update `Cargo.toml` and `package.json` with the new version number. -2. Git commit with "Release vX.Y.Z" and push. +2. Git commit with "Release vX.Y.Z" and push, don't create tag, the CI will do it. 3. GitHub Actions will automatically publish the new version to crates.io.