Skip to content

Commit 511b4bc

Browse files
committed
Add npm login and verification steps
1 parent 1cff5a6 commit 511b4bc

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

RELEASE.md

+7
Original file line numberDiff line numberDiff line change
@@ -44,18 +44,25 @@ meet the prerequisites:
4444
# bump2version --no-commit minor
4545
# bump2version --no-commit major
4646
bump2version --tag release
47+
48+
# verify changes
49+
git diff HEAD~1
4750
```
4851

4952
1. Publish to NPM.
5053

5154
```bash
55+
npm login
5256
npm publish
5357
```
5458

5559
1. Reset the version to the next development version with `bump2version`.
5660

5761
```bash
5862
bump2version --no-tag patch
63+
64+
# verify changes
65+
git diff HEAD~1
5966
```
6067

6168
1. Push your release related commits to master along with the annotated tags

0 commit comments

Comments
 (0)