From 3c5df82db2673d7407139db52a7d287e08f31908 Mon Sep 17 00:00:00 2001 From: Filip Barl Date: Tue, 21 May 2019 17:17:35 +0200 Subject: [PATCH] Updated Release Process (markdown) --- Release-Process.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Release-Process.md b/Release-Process.md index dba0e08..24ca373 100644 --- a/Release-Process.md +++ b/Release-Process.md @@ -68,7 +68,7 @@ Update all version references in the documentation (i.e. under the `site/` direc For instance, when releasing version `1.2.0`: ``` -find site/ -type f -exec sed -i 's%weaveworks/scope:[^ ]\+%weaveworks/scope:1.2.0%g' {} \; +find . -type f -exec sed -ri 's%weaveworks/scope:[0-9]+(\.[0-9]+)*%weaveworks/scope:1.2.0%g' {} \; ``` ## Test the release