Skip to content

Commit

Permalink
chore: Fix typo (#2858)
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinkhill authored and posva committed Jul 20, 2019
1 parent aeb09c3 commit edfa2c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ npm run docs
- `yarn run release`
- Ensure tests are passing `yarn run test`
- Build dist files `VERSION=<the_version> yarn run build`
- Build changelog `yarn run changelod`
- Build changelog `yarn run changelog`
- Commit dist files `git add dist CHANGELOG.md && git commit -m "[build $VERSION]"`
- Publish a new version `npm version $VERSION --message "[release] $VERSION"
- Push tags `git push origin refs/tags/v$VERSION && git push`
Expand Down

0 comments on commit edfa2c6

Please sign in to comment.