roc/www/README.md

11 lines
252 B
Markdown
Raw Normal View History

How to update www.roc-lang.org :
2021-08-04 16:01:49 +03:00
- create a new branch, for example `update-www` based on `www`
- pull `trunk` into `update-www`
- update for example the file `www/public/index.html`
- do a PR against `www`
- check deploy preview
- review and merge