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 ae47374 commit 00bd1deCopy full SHA for 00bd1de
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