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 5035333 commit f13a682Copy full SHA for f13a682
.gitignore
@@ -11,3 +11,4 @@ target/
11
modules/swagger-parser/src/test/resources/relative-file-references/yaml
12
**/test-output/*
13
dependency-reduced-pom.xml
14
+*.pyc
CI/prepare-release.sh
@@ -28,7 +28,7 @@ mvn versions:commit
28
#####################
29
### update all other versions in files around to the new release, including readme ###
30
31
-sc_find="\<version\>$SC_LAST_RELEASE"
+sc_find="<version>$SC_LAST_RELEASE"
32
sc_replace="<version>$SC_NEXT_VERSION"
33
sed -i -e "s/$sc_find/$sc_replace/g" $CUR/README.md
34
0 commit comments