mirror of
https://github.com/angular/angular-cli.git
synced 2025-06-02 11:16:09 +08:00
docs: update release docs
Removes an unnecessary `-v` argument to `git tag` and adds a note to wait for CI since updating the dependencies is a load-bearing change.
This commit is contained in:
parent
ce62249c1a
commit
0951ea53d9
@ -12,7 +12,7 @@ git commit -a -m "release: v9.0.0-next.13" # (Update to version just put in pac
|
||||
- Create a tag
|
||||
|
||||
```sh
|
||||
git tag -v v9.0.0-next.13
|
||||
git tag v9.0.0-next.13
|
||||
```
|
||||
|
||||
- Push commit and tag
|
||||
@ -21,6 +21,7 @@ git tag -v v9.0.0-next.13
|
||||
git push upstream && git push upstream --tags
|
||||
```
|
||||
|
||||
- Wait for CI to be green at https://github.com/angular/universal/commits/${branch}.
|
||||
- Publish
|
||||
|
||||
```sh
|
||||
|
Loading…
x
Reference in New Issue
Block a user