You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: .github/workflows/version.yml
+1
Original file line number
Diff line number
Diff line change
@@ -108,6 +108,7 @@ jobs:
108
108
- name: Add bwc version to main branch
109
109
run: |
110
110
echo Adding bwc version $NEXT_VERSION after $CURRENT_VERSION
111
+
sed -i "s/$CURRENT_VERSION/$NEXT_VERSION/g" README.md
111
112
sed -i "s/- \"$CURRENT_VERSION\"/\0\n - \"$NEXT_VERSION\"/g" .ci/bwcVersions
112
113
echo Adding $NEXT_VERSION_UNDERSCORE after $CURRENT_VERSION_UNDERSCORE
113
114
sed -i "s/public static final Version $CURRENT_VERSION_UNDERSCORE = new Version(\([[:digit:]]\+\)\(.*\));/\0\n public static final Version $NEXT_VERSION_UNDERSCORE = new Version($NEXT_VERSION_ID\2);/g" libs/core/src/main/java/org/opensearch/Version.java
0 commit comments