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
Copy file name to clipboardExpand all lines: README.md
+3-1Lines changed: 3 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -27,7 +27,7 @@ Includes modules to parse the following (with various levels of maturity);
27
27
28
28
See [lukewilliamboswell.github.io/roc-parser/](https://lukewilliamboswell.github.io/roc-parser/)
29
29
30
-
Locally generate docs using `roc docs package/main.roc --output=www`.
30
+
Locally generate versioned docs using `./docs.sh 0.11.0`.
31
31
32
32
## Contributing
33
33
@@ -44,3 +44,5 @@ CI skips `examples/markdown.roc` because the latest Roc nightly overflows the co
44
44
## Packaging
45
45
46
46
Bundle the package for distribution using `scripts/bundle.sh --output-dir dist`.
47
+
48
+
Run the release workflow from GitHub Actions with a release version such as `0.11.0`. It builds and tests the bundle, updates example package URLs, regenerates versioned docs, updates the docs redirect, creates the GitHub release, and deploys the docs to GitHub Pages.
0 commit comments