Skip to content

Commit d07cbe2

Browse files
mgechevhansl
authored andcommitted
docs: update release process
1 parent b360206 commit d07cbe2

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

docs/process/release.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,11 @@ See `scripts/release.ts` for the full list of release types, e.g. patch updates
5656

5757
```bash
5858
devkit-admin release patch --force # replace with minor-beta etc.
59+
```
60+
61+
Make sure you update the package versions in `packages/schematics/angular/utility/latest-versions.ts`. After that:
62+
63+
```bash
5964
git commit -a -m 'release: vXX'
6065
git tag 'vXX'
6166
git push upstream && git push upstream --tags

0 commit comments

Comments
 (0)