Skip to content

Commit 45e37a5

Browse files
committed
Ready to release v0.2.4.0
1 parent 211a80a commit 45e37a5

File tree

3 files changed

+3
-20
lines changed

3 files changed

+3
-20
lines changed

.aliases/dev-upload-to-github

Lines changed: 1 addition & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -10,21 +10,9 @@ cd "$SCRIPTDIR"
1010

1111
cd ..
1212

13-
for arg do
14-
shift
15-
16-
[ "$arg" = "--grand" ] && GRAND="t" && continue
17-
done
18-
19-
if [[ -n "$GRAND" ]]; then
20-
BUILT=$(nix build .#grandCombinedGithubArtifacts \
21-
--builders-use-substitutes --no-link --json | jq -r '.[0].outputs.out')
22-
else
23-
BUILT=$(nix build .#githubArtifacts --no-link --json | jq -r '.[0].outputs.out')
24-
fi
13+
BUILT=$(nix build .#grandCombinedGithubArtifacts --builders-use-substitutes --no-link --json | jq -r '.[0].outputs.out')
2514

2615
echo "Built: $BUILT"
27-
ls "$BUILT"
2816

2917
VERSION="$(nix eval .#default.version --raw)"
3018
echo "Got version: $VERSION"
@@ -35,11 +23,6 @@ unset IFS
3523
echo "Saw artifacts:\n\n"
3624
echo "$ARTIFACTS"
3725

38-
# Smoke check
39-
# FIRST_EXECUTABLE=$(find "$BUILT" -type f -executable | head -n 1)
40-
# echo "FIRST_EXECUTABLE: $FIRST_EXECUTABLE"
41-
# $FIRST_EXECUTABLE --help > /dev/null 2>&1
42-
4326
TAG=v"$VERSION"
4427

4528
echo ""

package.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: rust-notebook-language-server
2-
version: 0.2.3.0
2+
version: 0.2.4.0
33

44
extra-source-files:
55
- README.md

rust-notebook-language-server.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ cabal-version: 1.12
55
-- see: https://github.com/sol/hpack
66

77
name: rust-notebook-language-server
8-
version: 0.2.3.0
8+
version: 0.2.4.0
99
build-type: Simple
1010
extra-source-files:
1111
README.md

0 commit comments

Comments
 (0)