Skip to content

Commit a617927

Browse files
committed
Update release instructions
1 parent 0ea8d23 commit a617927

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

docs/source/dev_release.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,10 +48,12 @@ git pull origin master
4848
git reset --hard origin/master
4949
git clean -fdx
5050
yarn install
51+
yarn run version
52+
# Check the latest commit to make sure it is correct
5153
yarn run publish
5254
```
5355

54-
Lerna will prompt you for version numbers for each of the changed npm packages. Lerna will then change the versions appropriately (including the interdependency versions), commit, tag, and publish the new packages to npm.
56+
Lerna will prompt you for version numbers for each of the changed npm packages in the version step. Lerna will then change the versions appropriately (including the interdependency versions), commit, and tag. The `yarn run publish` step then publishes the public packages that were versioned to npm.
5557

5658
### widgetsnbextension
5759

0 commit comments

Comments
 (0)