Skip to content
This repository was archived by the owner on Nov 22, 2024. It is now read-only.

Commit c9d2112

Browse files
dgp1130alan-agius4
authored andcommitted
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. (cherry picked from commit 0951ea5)
1 parent cb5d076 commit c9d2112

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docs/process/release.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ git commit -a -m "release: v9.0.0-next.13" # (Update to version just put in pac
1212
- Create a tag
1313

1414
```sh
15-
git tag -v v9.0.0-next.13
15+
git tag v9.0.0-next.13
1616
```
1717

1818
- Push commit and tag
@@ -21,6 +21,7 @@ git tag -v v9.0.0-next.13
2121
git push upstream && git push upstream --tags
2222
```
2323

24+
- Wait for CI to be green at https://github.com/angular/universal/commits/${branch}.
2425
- Publish
2526

2627
```sh

0 commit comments

Comments
 (0)