Skip to content

Commit

Permalink
Update install script and add release instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
dotNomad committed Jun 7, 2024
1 parent 82f8f1b commit c3c65ed
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion install-publisher.bash
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit c3c65ed

Please sign in to comment.