mirror of
https://github.com/angular/angular-cli.git
synced 2025-05-17 11:03:53 +08:00
This is a few different edits to make caretakers more aware of problems that can occur during a release. * Added a comment to reinforce that pushing tags needs to happen with the push of the release commit. Otherwise CI can fail `npm install` because the relevant tags are not set. * Changed to check out the publish branch rather than the tag because checking out a tag fails the subsequent `publish` command. * Added `yarn` before the `publish` command because dependencies may be out of date and cause errors.