From e2cde3be90e8ae59a30bfc99947989ef68f952da Mon Sep 17 00:00:00 2001 From: Markus Unterwaditzer Date: Sun, 5 Oct 2025 14:36:38 +0200 Subject: [PATCH] Update CONTRIBUTING.md Co-authored-by: Cooper Quintin --- CONTRIBUTING.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index a4ba116..30806c7 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -65,7 +65,8 @@ If you have any questions [feel free to open a discussion or chat with us on Mat This one is for maintainers of Rayhunter. 1. Make a PR changing the versions in `Cargo.toml` and other files. - This could be automated better but right now it's manual. + This could be automated better but right now it's manual. You can do this easily with sed: + `sed -i "" -E 's/x.x.x/y.y.y/g' */Cargo.toml` 2. Merge PR and make a tag.