Skip to content

Commit

Permalink
0.14.0 changes
Browse files Browse the repository at this point in the history
  • Loading branch information
Anton-4 committed Aug 23, 2024
1 parent ce8193b commit 24bc99e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 7 deletions.
8 changes: 2 additions & 6 deletions .github/workflows/basic_cli_build_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ env:
# use .tar.gz for quick testing
ARCHIVE_FORMAT: .tar.br
# Make a new basic-cli git tag and set it here before starting this workflow
RELEASE_TAG: 0.13.0
RELEASE_TAG: 0.14.0

jobs:
prepare:
Expand Down Expand Up @@ -257,8 +257,4 @@ jobs:
run: |
cd basic-cli-platform
# no need to build platform anymore
# TODO ditch sed in favor of NO_BUILD=1, see basic-cli#241
sed -i '/build\.roc\|jump-start\.sh/d' ./ci/all_tests.sh
# temp for debugging
sed -i 's/# exp_internal 1/exp_internal 1/' ./ci/expect_scripts/args.exp
ROC=./roc_nightly/roc EXAMPLES_DIR=./examples/ ./ci/all_tests.sh
NO_BUILD=1 ROC=./roc_nightly/roc EXAMPLES_DIR=./examples/ ./ci/all_tests.sh
2 changes: 1 addition & 1 deletion www/content/docs.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

- [builtins](/builtins) - docs for modules built into the language—`Str`, `Num`, etc.
- [basic-webserver](https://roc-lang.github.io/basic-webserver/) - a platform for making Web servers ([source code](https://github.com/roc-lang/basic-webserver))
- [basic-cli](/packages/basic-cli/0.13.0) - a platform for making command-line interfaces ([source code](https://github.com/roc-lang/basic-cli))
- [basic-cli](/packages/basic-cli/0.14.0) - a platform for making command-line interfaces ([source code](https://github.com/roc-lang/basic-cli))
- [plans](/plans) - current plans for future changes to the language

In the future, a language reference will be on this page too.
Expand Down

0 comments on commit 24bc99e

Please sign in to comment.