From c3c65ed09ba498d9f838d5ec044cad7ba584ab10 Mon Sep 17 00:00:00 2001 From: Jordan Jensen Date: Fri, 7 Jun 2024 11:49:33 -0700 Subject: [PATCH] Update install script and add release instructions --- CONTRIBUTING.md | 4 ++++ install-publisher.bash | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 78c39c72b..53a5686fb 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -160,6 +160,10 @@ Once complete the action has completed, the release will be available on the [Re Update the Installation instructions in [installation.md](docs/installation.md) for the new release, using the links to the `.vsix` files uploaded to the CDN. +**Step 5** + +Update the release / latest version string in the `install-publisher.bash` script. + ### Pre-Releases Any tags denoted as a pre-release as defined by the [SemVer 2.0.0](https://semver.org/spec/v2.0.0.html) specification will be marked as such in GitHub. For example, the `v0.0.dev0` is a pre-release. Tag `v0.0.0` is a standard-release. Please consult the specification for additional information. diff --git a/install-publisher.bash b/install-publisher.bash index 597420a62..20c928e61 100755 --- a/install-publisher.bash +++ b/install-publisher.bash @@ -148,7 +148,7 @@ esac # version override, swap out latest with the latest and greatest if [[ $VERSION_TYPE == "release" && $VERSION == "latest" ]]; then - VERSION="1.0.alpha4" + VERSION="1.0.beta1" fi # Variables