v0.0.2 docs
This commit is contained in:
parent
3fa0b58647
commit
1a55b3401e
5 changed files with 12 additions and 6 deletions
|
|
@ -51,3 +51,9 @@ git push --set-upstream origin v0.0.2
|
|||
```
|
||||
|
||||
Then make a new release on Github with the `v0.0.2` tag.
|
||||
|
||||
To upgrade examples:
|
||||
|
||||
```
|
||||
rg '0.0.1' --files-with-matches | xargs sed -i '' 's/0.0.1/0.0.2/g'
|
||||
```
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue