You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jun 6, 2023. It is now read-only.
* fix(gh-pages): change to use different process for publishing gh-pages
* docs(README): update version
* docs(release): update with instructions to update docs
* v0.1.16-rc3
Copy file name to clipboardExpand all lines: developers.md
+2Lines changed: 2 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -96,6 +96,8 @@ $ git pull --rebase
96
96
$ git checkout -b release_v<new-version>
97
97
```
98
98
99
+
Add a new section in the [releasenotes.md](releasenotes.md) document and change the version in the head of [this](#note-for-developers).
100
+
99
101
After this run `yarn version` (pro-tip: use `--patch`, `--minor` or `--major` flags to automatically increment the version) and type in the new version:
0 commit comments