Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Back port of documentation changes to main #2155

Merged
merged 3 commits into from
May 26, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions .github/release/release-procedure.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@
- [ ] Merge pull request with updated Scala CLI version
in [scala-cli-setup](https://github.com/VirtusLab/scala-cli-setup) repository. Pull request should be opened
automatically after release.
- [ ] Wait for the `Update dist` PR to be automatically created after the previous one has been merged, and then
proceed to merge it.
- [ ] Make a release with the updated Scala CLI version.
- [ ] Update the `v0.1` tag to the newest tag.
```bash
Expand Down
6 changes: 5 additions & 1 deletion website/docs/guides/scripts.md
Original file line number Diff line number Diff line change
Expand Up @@ -185,9 +185,13 @@ chmod +x script.sc
```

```text
script.sc
./script.sc
```

<!-- Expected:
./script.sc
-->

</ChainedSnippets>

### Define source files in using directives
Expand Down