Skip to content

Commit 11552a5

Browse files
committed
Update PUBLISHING.md
1 parent 64dfa8c commit 11552a5

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

PUBLISHING.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,7 @@ This document contains instructions to publish dgraph-js to [npm].
1313

1414
- Build and test the code that needs to be published
1515
- Bump version by modifying the `version` field in `package.json` file
16+
- Run `npm install` to update the version in `package-lock.json` file
17+
- If necessary, Update the `CHANGELOG.md` file to reflect new changes
18+
- Commit the changes
1619
- Run `npm publish` (for a next release run `npm publish --tag next`)

0 commit comments

Comments
 (0)