We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aeb09c3 commit edfa2c6Copy full SHA for edfa2c6
README.md
@@ -41,7 +41,7 @@ npm run docs
41
- `yarn run release`
42
- Ensure tests are passing `yarn run test`
43
- Build dist files `VERSION=<the_version> yarn run build`
44
- - Build changelog `yarn run changelod`
+ - Build changelog `yarn run changelog`
45
- Commit dist files `git add dist CHANGELOG.md && git commit -m "[build $VERSION]"`
46
- Publish a new version `npm version $VERSION --message "[release] $VERSION"
47
- Push tags `git push origin refs/tags/v$VERSION && git push`
0 commit comments