Skip to content

Commit

Permalink
Updated pre-release note
Browse files Browse the repository at this point in the history
  • Loading branch information
bmingles committed Oct 12, 2024
1 parent 3d056b9 commit 9ab9e8d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,7 @@ Update version in `package.json`

#### Pre-Release

TODO: figure out best options here. Default seems to update package version and create commit + tag.
Issue here is have to then downgrade back to regular release version.
Run the following script to do a pre-release:

```sh
# Update pre-release version in command before running it
Expand Down
2 changes: 1 addition & 1 deletion scripts/pre-release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@ vsce publish \

git tag v$1-pre

git push --tags
git push --tags

0 comments on commit 9ab9e8d

Please sign in to comment.