Skip to content

Commit 8b10768

Browse files
hanslmgechev
authored andcommitted
docs: Update release process for microsite
1 parent 0596664 commit 8b10768

1 file changed

Lines changed: 18 additions & 0 deletions

File tree

β€Ždocs/process/release.mdβ€Ž

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,24 @@ Check out the minor tag (e.g. `v6.8.0-beta.0`), then run:
8282
devkit-admin publish --tag next
8383
```
8484

85+
### Microsite Publishing
86+
87+
**This can ONLY be done by a Google employee.**
88+
89+
**You will need firebase access to our cli-angular-io firebase site. If you don't have it, escalate.**
90+
91+
Check out if changes were made to the microsite:
92+
93+
```sh
94+
git log v8.0.0-beta.0..HEAD --oneline etc/cli.angular.io | wc -l
95+
```
96+
97+
If the number is 0 you can ignore the rest of this section.
98+
99+
To publish, go to the `etc/cli.angular.io` directory and run `firebase deploy`. You might have to `firebase login` first. If you don't have the firebase CLI installed, you can install it using `npm install --global firebase-tools` (or use your package manager of choice).
100+
101+
This is detailed in `etc/cli.angular.io/README.md`.
102+
85103
### Release Notes
86104

87105
`devkit-admin changelog` takes `from` and `to` arguments which are any valid git ref.

0 commit comments

Comments
 (0)