Skip to content

Commit

Permalink
docs: add .env warning to publish instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
kanej committed May 31, 2023
1 parent d85c38b commit 6c7d5b6
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions docs/publish-extension.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,9 @@ release.

9. Push the release branch and open a pull request using the new changelog entry as the PR description
10. Generate a release candidate vsix file with `npm run package`, the vsix file should appear in the `./client` folder with the new version number

> NOTE: ensure .env file is populated with GA and Sentry secrets before packaging (see `./env.example`)
11. Manually run smoke tests on the new features across:

- mac os x
Expand Down

0 comments on commit 6c7d5b6

Please sign in to comment.