summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-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`?
```