mirror of
https://github.com/angular/angular-cli.git
synced 2025-05-19 04:26:01 +08:00
703 B
703 B
CLI Release Process
Hans Larsen (hansl@google.com)
October 7th, 2016
Updated December 15th, 2016
Prerequisite
- Only the caretaker should be able to release the CLI to NPM.
- This document contains information that is only accessible to Google employees.
- This document contains steps that can only be performed by contributors to the project (needs write access).
Setting Up Local Repository
- Clone the Angular-CLI repo. A local copy works just fine.
- Create an upstream remote:
$ git remote add upstream https://github.com/angular/angular-cli.git
Updating Local Repository
Author: | Hans Larsen |
Date: | October 7th, 2016 |