Skip to content

Commit

Permalink
mention Mock Debug for verifying the npm modules
Browse files Browse the repository at this point in the history
  • Loading branch information
weinand authored Feb 9, 2022
1 parent e1503b2 commit 458c124
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions contributing.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ Detailled steps:
1. Enter the `protocol` directory, update the `version` in the package.json to a pre-release version like `1.53.0-pre.1`, and `npm publish --tag next`. Wait a bit for npm to propagate these changes.
1. Enter the `adapter` directory, update the `version` in the package.json to a pre-release version _and_ the pre-release version of `@vscode/debugprotocol`, `npm install`, and `npm publish --tag next`.
1. Enter the `testsupport` directory, update the `version` in the package.json to a pre-release version _and_ the pre-release version of `@vscode/debugprotocol`, `npm install`, and `npm publish --tag next`.

3. Commit and push the version changes.
4. At the end of each VS Code iteration (typically Wednesday of endgame week), publish the final version of the three npm packages by removing the pre-release part of the version numbers in the three package.json files and publish them with `npm publish`.
5. Commit and push the version changes.
1. Adopt the three new npm modules in [Mock Debug](https://github.com/microsoft/vscode-mock-debug) to verify that they still work.
1. Commit and push the version changes.
1. At the end of each VS Code iteration (typically Wednesday of endgame week), publish the final version of the three npm packages by removing the pre-release part of the version numbers in the three package.json files and publish them with `npm publish`.
1. Commit and push the version changes.

0 comments on commit 458c124

Please sign in to comment.