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 a56dec7 + 2c70fc0 commit c3cce53Copy full SHA for c3cce53
CI/prepare-release.sh
@@ -29,7 +29,7 @@ mvn versions:commit
29
### update all other versions in files around to the new release, including readme ###
30
#####################
31
sc_find="<version>$SC_LAST_RELEASE"
32
-sc_replace="<version>$SC_NEXT_VERSION"
+sc_replace="<version>$SC_VERSION"
33
sed -i -e "s/$sc_find/$sc_replace/g" $CUR/README.md
34
35
0 commit comments