mirror of
https://github.com/angular/angular-cli.git
synced 2025-05-16 18:43:42 +08:00
parent
815b8f4d80
commit
711b38e4a7
30
docs/process/release.md
Normal file
30
docs/process/release.md
Normal file
@ -0,0 +1,30 @@
|
||||
|
||||
# CLI Release Process
|
||||
|
||||
> Hans Larsen (hansl@google.com)
|
||||
> October 7th, 2016
|
||||
> Updated December 15th, 2016
|
||||
|
||||
|
||||
## Prerequisite
|
||||
|
||||
1. Only the caretaker should be able to release the CLI to NPM.
|
||||
1. This document contains information that is only accessible to Google employees.
|
||||
1. 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.
|
||||
1. Create an upstream remote:
|
||||
```bash
|
||||
$ git remote add upstream https://github.com/angular/angular-cli.git
|
||||
```
|
||||
|
||||
|
||||
## Updating Local Repository
|
||||
|
||||
|
||||
| | |
|
||||
|------|-----|
|
||||
|Author:|Hans Larsen|
|
||||
|Date:| October 7th, 2016|
|
Loading…
x
Reference in New Issue
Block a user