mirror of
https://github.com/weaveworks/scope.git
synced 2026-08-19 20:36:24 +00:00
Updated Release Process (markdown)
+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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user