Skip to content

Latest commit

 

History

History
30 lines (19 loc) · 703 Bytes

release.md

File metadata and controls

30 lines (19 loc) · 703 Bytes

CLI Release Process

Hans Larsen ([email protected])
October 7th, 2016
Updated December 15th, 2016

Prerequisite

  1. Only the caretaker should be able to release the CLI to NPM.
  2. This document contains information that is only accessible to Google employees.
  3. This document contains steps that can only be performed by contributors to the project (needs write access).

Setting Up Local Repository

  1. Clone the Angular-CLI repo. A local copy works just fine.
  2. 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