Skip to content

Commit

Permalink
Update package process (#345)
Browse files Browse the repository at this point in the history
  • Loading branch information
mark-wiemer authored Mar 12, 2023
1 parent f596b83 commit 916ad23
Show file tree
Hide file tree
Showing 3 changed files with 1,815 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/Development.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ Unless otherwise specified, commit messages don't matter.
1. Open a PR. For style, the title of the PR should be e.g. `v1.2.3`. The PR description should contain the changelog entry, including the heading for this version.
1. Fix any remaining issues with the PR.
1. Merge the PR. Commit message should be e.g. `v1.2.3 (#456)`, no additional details.
1. `git checkout main && git pull && vsce package`
1. `git checkout main && git pull && npm run package`
1. Install the new version:
1. Select the newly-created `.vsix` file.
1. Open the context menu (right-click).
Expand Down
Loading

0 comments on commit 916ad23

Please sign in to comment.