Skip to content

Commit

Permalink
update release script
Browse files Browse the repository at this point in the history
  • Loading branch information
SerCeMan committed Feb 18, 2021
1 parent 79cecd3 commit 0d95fa9
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,9 @@ main() {
local next_version
info "release version: ${current_version}, next version:"
read next_version
yarn version --no-git-tag-version --new-version "${new_version}-SNAPSHOT"
yarn version --no-git-tag-version --new-version "${next_version}-SNAPSHOT"
git add package.json
git ci -m"${next_version}-SNAPSHOT"
}

main "$@"

0 comments on commit 0d95fa9

Please sign in to comment.