upgrade docs

This commit is contained in:
Michiel Borkent 2021-07-03 13:01:20 +02:00
parent 1a55b3401e
commit e7790d9885
2 changed files with 8 additions and 8 deletions

View file

@ -39,21 +39,19 @@ git worktree add gh-pages gh-pages
To deploy to Github Pages:
```
script/release
bb release
```
To create a new release:
To upgrade examples:
```
rg '0.0.1' --files-with-matches | xargs sed -i '' 's/0.0.1/0.0.2/g'
bb release
cd gh-pages
git checkout -b v0.0.2
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'
```