We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 64dfa8c commit 11552a5Copy full SHA for 11552a5
PUBLISHING.md
@@ -13,4 +13,7 @@ This document contains instructions to publish dgraph-js to [npm].
13
14
- Build and test the code that needs to be published
15
- 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
19
- Run `npm publish` (for a next release run `npm publish --tag next`)
0 commit comments