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 13c87dc commit c32270dCopy full SHA for c32270d
tools/scripts/npm_publish
@@ -258,6 +258,8 @@ update_markdown_package_urls() {
258
# Updates the version in the root package.json.
259
update_version() {
260
echo 'Updating project version...' >&2
261
+ echo "Current version: ${current_version}" >&2
262
+ echo "Release version: ${release_version}" >&2
263
sed -i '' "s/${current_version}/${release_version}/" "${package_json}"
264
if [[ "$?" -ne 0 ]]; then
265
echo '' >&2
0 commit comments