Updated Release Process (markdown)

Filip Barl
2019-05-21 17:17:35 +02:00
parent 10cb91a8ca
commit 3c5df82db2
+1 -1
@@ -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