We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 79cecd3 commit 0d95fa9Copy full SHA for 0d95fa9
release.sh
@@ -29,7 +29,9 @@ main() {
29
local next_version
30
info "release version: ${current_version}, next version:"
31
read next_version
32
- yarn version --no-git-tag-version --new-version "${new_version}-SNAPSHOT"
+ yarn version --no-git-tag-version --new-version "${next_version}-SNAPSHOT"
33
+ git add package.json
34
+ git ci -m"${next_version}-SNAPSHOT"
35
}
36
37
main "$@"
0 commit comments