#!/bin/bash set -eux OLD_VERSION="${1}" NEW_VERSION="${2}" # Do not tag and commit changes made by "npm version" export npm_config_git_tag_version=false npm version "${NEW_VERSION}"