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.
2 parents ae47374 + 00bd1de commit a50e062Copy full SHA for a50e062
scripts/release.sh
@@ -48,7 +48,8 @@ bump_package()
48
echo "*** Bumping version in $PACKAGE_JSON to $VERSION"
49
cd $PTNFLY_DIR
50
51
- sed "s|\"version\":.*|\"version\": \"$VERSION\",|" $PACKAGE_JSON > $PACKAGE_JSON.tmp
+ sed "s|\"version\":.*|\"version\": \"$VERSION\",|" $PACKAGE_JSON | \
52
+ sed "s|\"patternfly\":.*|\"patternfly\": \"~$VERSION\"|" > $PACKAGE_JSON.tmp
53
mv $PACKAGE_JSON.tmp $PACKAGE_JSON
54
}
55
0 commit comments