Skip to content

Commit

Permalink
chose: update release
Browse files Browse the repository at this point in the history
  • Loading branch information
meabed committed Jan 20, 2022
1 parent 662e31f commit 064a7a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ yarn test
yarn build
git add .
git commit -am "chose: update release" || true
npm version patch
npm version $version --message "chose: update release" || true
git push || true
git push --tags || true
cp package.json README.md LICENSE.md CHANGELOG.md yarn.lock ./dist/
Expand Down

0 comments on commit 064a7a2

Please sign in to comment.