Skip to content

Commit 7e274e4

Browse files
committed
Update gradle plugin README versions during release
1 parent 1afa7c8 commit 7e274e4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

jsonschema2pojo-upload-release

+2-2
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ pushd $WORKING_DIR
131131
if [[ ! -z $OLD_VERSION ]]; then
132132
git clone [email protected]:joelittlejohn/jsonschema2pojo.git main
133133
pushd main
134-
sed -i "s/$OLD_VERSION/$VERSION/g" README.md
134+
sed -i "s|$OLD_VERSION|$VERSION|" README.md jsonschema2pojo-gradle-plugin/README.md
135135

136136
git add .
137137
git commit -m "[release] updating README.md for $VERSION"
@@ -162,7 +162,7 @@ pushd $WORKING_DIR
162162
popd
163163

164164
pushd
165-
165+
166166

167167
rm -rf $WORKING_DIR
168168

0 commit comments

Comments
 (0)