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 34afa46 commit 1a0af4aCopy full SHA for 1a0af4a
PUBLISHING.md
@@ -14,6 +14,7 @@ This document contains instructions to publish dgraph-js to [npm].
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
+- 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`)
20
+- If necessary, create a new release tag on the Github repository
0 commit comments