Skip to content

Commit 60ee7f8

Browse files
committed
chore(docs): update development docs
1 parent 3d5c73e commit 60ee7f8

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

DEVELOPMENT.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,11 @@
44

55
New releases should be created from release branches originating from the `dev` branch. When you are ready to begin the release process:
66

7+
- Make sure you've pulled all of the changes from GitHub for both `dev` and `main` branches
78
- Check out the `dev` branch
8-
- Make sure you have all of the changes from GitHub
99
- Create a new release branch with the `release-` prefix (eg, `git checkout -b release-v6.5.1`)
1010
- **IMPORTANT:** The `release-` prefix is important, as this is what triggers our GitHub CI workflow that will ultimately publish the release.
11+
- Merge `main` into the release branch
1112

1213
Changesets will do most of the heavy lifting for our releases. When changes are made to the codebase, an accompanying changeset file should be included to document the change. Those files will dictate how Changesets will version our packages and what shows up in the changelogs.
1314

0 commit comments

Comments
 (0)