Skip to content

Commit

Permalink
Add npm login and verification steps
Browse files Browse the repository at this point in the history
  • Loading branch information
consideRatio committed Nov 14, 2019
1 parent 1cff5a6 commit 511b4bc
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions RELEASE.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,18 +44,25 @@ meet the prerequisites:
# bump2version --no-commit minor
# bump2version --no-commit major
bump2version --tag release
# verify changes
git diff HEAD~1
```

1. Publish to NPM.

```bash
npm login
npm publish
```

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

```bash
bump2version --no-tag patch
# verify changes
git diff HEAD~1
```

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

0 comments on commit 511b4bc

Please sign in to comment.