summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorMatthew Miller <matthew@millerti.me>2023-10-27 13:27:02 -0700
committerMatthew Miller <matthew@millerti.me>2023-10-27 13:27:02 -0700
commit47e4641841186080b1eb44c2029760e8b0097690 (patch)
treee076f56ff83f41f98de686a366721ac98e4f3d62
parent6ef44cc1002fe498fd393c0244eed5a9afe185b5 (diff)
Add more process to HANDBOOK
-rw-r--r--HANDBOOK.md6
1 files changed, 6 insertions, 0 deletions
diff --git a/HANDBOOK.md b/HANDBOOK.md
index 1f90ee0..1ce15ff 100644
--- a/HANDBOOK.md
+++ b/HANDBOOK.md
@@ -16,6 +16,9 @@ Run this first to update **packages/typescript-types/dom.ts** then commit the ch
### Step 1: Determine which packages need to be published
+Run this command, **but cancel out the first time!** Use it to determine which packages need entries
+in CHANGELOG.md!
+
```
pnpm run update-version
```
@@ -29,6 +32,9 @@ What packages need to be published?
1.
- [ ] server
+Add entries to CHANGELOG.md, then re-run the command but go all the way through with it so that the
+latest changes have an entry in the CHANGELOG that gets bundled with the release.
+
### Step 2: Need to publish `typescript-types`?
```