Skip to content

Commit

Permalink
docs(contributing): Fix version
Browse files Browse the repository at this point in the history
  • Loading branch information
korzio committed Jul 20, 2017
1 parent 66b62f3 commit 351a8eb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -120,12 +120,12 @@ git commit -m "release: Update package version to $VERSION #ISSUE"
npm run changelog
```
- [ ] Update Readme
- [ ] Tag 1.1.1
- [ ] Tag $VERSION
```sh
git tag $VERSION
```
- [ ] Merge release branch to master (via github)
- [ ] Publish version 1.1.1
- [ ] Publish version $VERSION
```sh
npm publish
```
Expand Down

0 comments on commit 351a8eb

Please sign in to comment.