Skip to content

Commit

Permalink
chore: fix changelog script typos
Browse files Browse the repository at this point in the history
  • Loading branch information
kiaking committed Apr 14, 2020
1 parent 5e3c702 commit d037c26
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 12 deletions.
9 changes: 0 additions & 9 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,3 @@
# [5.0.0](https://github.com/vuejs/vuex/compare/v3.1.3...v5.0.0) (2020-04-02)


### Features

* add Store#hasModule(path) API ([#834](https://github.com/vuejs/vuex/issues/834)) ([d65d142](https://github.com/vuejs/vuex/commit/d65d14276e87aca17cfbd3fbf4af9e8dbb808f24))



## [3.1.3](https://github.com/vuejs/vuex/compare/v3.1.2...v3.1.3) (2020-03-09)


Expand Down
6 changes: 3 additions & 3 deletions build/release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ then
git tag "v$VERSION"

# publish
# git push origin refs/tags/v$VERSION
# git push
# npm publish
git push origin refs/tags/v$VERSION
git push
npm publish
fi

0 comments on commit d037c26

Please sign in to comment.