Skip to content

Commit fe5f8c0

Browse files
committed
Update manual releasing instructions
1 parent 1f50ff1 commit fe5f8c0

File tree

2 files changed

+19
-66
lines changed

2 files changed

+19
-66
lines changed

MANUAL_UPDATING.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
# Manual docs updates
2+
3+
Updates to the site are normally built and published automatically, but manual local updates can be done via `scripts/update-docs.js`.
4+
5+
```bash
6+
# These steps assume that MithrilJS/mithril.js is a git remote named "mithriljs"
7+
8+
# Ensure your next branch is up to date
9+
$ git checkout next
10+
$ git pull mithriljs next
11+
12+
# Manually ensure that no new feature docs were added
13+
14+
$ node scripts/update-docs
15+
```
16+
17+
After the docs build completes, the updated docs should appear on https://mithril.js.org in a few minutes.
18+
19+
**Note:** When updating the stable version with a release candidate out, ***make sure to update the index + navigation to point to the new stable version!!!***

docs/releasing.md

Lines changed: 0 additions & 66 deletions
This file was deleted.

0 commit comments

Comments
 (0)