897 B
897 B
Remote-Explorer Extension Steps to Release
- Checkout to main
- Pull and make sure you have the latest updates to repo locally
- Check previous version number and now get this release’s version (the next even number)
- Checkout to new branch for release
release-[build_num] - change the version number on the extension in
package.jsonto the next even number - run
npm ito update packaging (you should now see a change inpackage-lock.json) - Stage changes, commit changes, and now publish upstream using the source control UI
- Add tag with format
remote-explorer.* - push changes WITH tag by doing
git push --tags - Create a PR from the release branch and get the PR approved and merged
- head to azure pipelines
- follow the steps on the pipeline for approvals and publishing