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

897 B
Raw Blame History

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
  12. follow the steps on the pipeline for approvals and publishing