Files
dotfiles/.vscode/extensions/ms-vscode.remote-explorer-0.5.0/docs/release-steps.md
2025-12-15 12:50:23 -05:00

15 lines
897 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
### Remote-Explorer Extension Steps to Release
1. Checkout to main
2. Pull and make sure you have the latest updates to repo locally
3. Check previous version number and now get this releases version (the next even number)
4. Checkout to new branch for release `release-[build_num]`
5. change the version number on the extension in `package.json` to the next even number
6. run `npm i` to update packaging (you should now see a change in `package-lock.json`)
7. Stage changes, commit changes, and now publish upstream using the source control UI
8. **Add tag with format `remote-explorer.*`**
9. push changes WITH tag by doing `git push --tags`
10. Create a PR from the release branch and get the PR approved and merged
11. head to [azure pipelines](https://dev.azure.com/monacotools/Monaco/_build?definitionId=402&_a=summary)
12. follow the steps on the pipeline for approvals and publishing