From 41ad0c0c4c14df78e1bfa3a44d8b633ed2fc26e5 Mon Sep 17 00:00:00 2001 From: Anmol Sethi Date: Fri, 5 Feb 2021 16:26:34 -0500 Subject: [PATCH] release-github-draft.sh: Remove incorrect assets reference I think at some point this script created the release and attached assets but that's not the case anymore. For some reason this would error with undefined variable reference for joe but bash doesn't complain for me or Asher. Not sure what the difference is. --- ci/build/release-github-draft.sh | 2 +- docs/install.md | 25 ++++++++++++------------- 2 files changed, 13 insertions(+), 14 deletions(-) diff --git a/ci/build/release-github-draft.sh b/ci/build/release-github-draft.sh index 1f33c34c..835b7b43 100755 --- a/ci/build/release-github-draft.sh +++ b/ci/build/release-github-draft.sh @@ -10,7 +10,7 @@ main() { hub release create \ --file - \ -t "$(git rev-parse HEAD)" \ - --draft "${assets[@]}" "v$VERSION" << EOF + --draft "v$VERSION" << EOF v$VERSION VS Code v$(vscode_version) diff --git a/docs/install.md b/docs/install.md index 1538e082..3a1f7909 100644 --- a/docs/install.md +++ b/docs/install.md @@ -2,19 +2,18 @@ # Install -- [Install](#install) - - [Upgrading](#upgrading) - - [install.sh](#installsh) - - [Flags](#flags) - - [Detection Reference](#detection-reference) - - [Debian, Ubuntu](#debian-ubuntu) - - [Fedora, CentOS, RHEL, SUSE](#fedora-centos-rhel-suse) - - [Arch Linux](#arch-linux) - - [yarn, npm](#yarn-npm) - - [macOS](#macos) - - [Standalone Releases](#standalone-releases) - - [Docker](#docker) - - [helm](#helm) +- [Upgrading](#upgrading) +- [install.sh](#installsh) + - [Flags](#flags) + - [Detection Reference](#detection-reference) +- [Debian, Ubuntu](#debian-ubuntu) +- [Fedora, CentOS, RHEL, SUSE](#fedora-centos-rhel-suse) +- [Arch Linux](#arch-linux) +- [yarn, npm](#yarn-npm) +- [macOS](#macos) +- [Standalone Releases](#standalone-releases) +- [Docker](#docker) +- [helm](#helm)