-
Type: Task
-
Resolution: Fixed
-
Priority: Major - P3
-
Affects Version/s: None
-
Component/s: None
-
None
-
3
-
Iteration Uglifruit, Iteration Vegetable, Iteration Watermelon
-
Not Needed
Create local release tasks that create tags for the release:
npm run release draft:
- suggest the new version starting from the last one (new draft since GA or next draft), makes sure the local copy is pristine, and tag the current commit with draft tag....
- check that the pipeline exist in evergreen and it test passed
npm run release publish
- Asks for confirmation and then tags the last draft commit with v... (whatever the last draft version was)
- Make sure the draft artifacts are all ready and available (check the draft pipeline or just probe the files)
- depends on
-
MONGOSH-554 Publishing a release re-uses the already uploaded binaries
- Closed