-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
docs(release): update assets with 8.0.0 [skip ci]
# [8.0.0](v7.0.0...v8.0.0) (2024-11-24) * feat!: Named shorthand tasks for improved reporting ([8a471a3](8a471a3)) * feat!: Named shorthand tasks for improved reporting, p2 ([8719082](8719082)) ### BREAKING CHANGES * shorthand string cmds are now [name, cmd] * string-only tasks are now [name, cmd]
- Loading branch information
1 parent
8719082
commit 8b1a105
Showing
4 changed files
with
9 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
#!/usr/bin/env sh | ||
set -exo pipefail | ||
curl -fsSL https://deno.land/x/install/install.sh | sh | ||
export __RAD_VERSION__=7.0.0 | ||
export __RAD_VERSION__=8.0.0 | ||
deno install --global --unstable -f -A -n rad https://deno.land/x/rad@v$__RAD_VERSION__/src/bin.ts |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
// this file is auto-updated by the release process. see `rad patchInstallVersion` | ||
// script, executed in CI by semantic release | ||
|
||
export const version = "7.0.0"; | ||
export const version = "8.0.0"; |