Skip to content

Commit 1a0af4a

Browse files
committed
Update PUBLISHING.md
1 parent 34afa46 commit 1a0af4a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

PUBLISHING.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ This document contains instructions to publish dgraph-js to [npm].
1414
- Build and test the code that needs to be published
1515
- Bump version by modifying the `version` field in `package.json` file
1616
- Run `npm install` to update the version in `package-lock.json` file
17-
- If necessary, Update the `CHANGELOG.md` file to reflect new changes
17+
- If necessary, update the `CHANGELOG.md` file to reflect new changes
1818
- Commit the changes
1919
- 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

Comments
 (0)