Skip to content

Commit a56dec7

Browse files
authored
Merge pull request #1442 from swagger-api/fix-gitignore
automation - fix gitignore and README prepare release
2 parents 5035333 + f13a682 commit a56dec7

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,3 +11,4 @@ target/
1111
modules/swagger-parser/src/test/resources/relative-file-references/yaml
1212
**/test-output/*
1313
dependency-reduced-pom.xml
14+
*.pyc

CI/prepare-release.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ mvn versions:commit
2828
#####################
2929
### update all other versions in files around to the new release, including readme ###
3030
#####################
31-
sc_find="\<version\>$SC_LAST_RELEASE"
31+
sc_find="<version>$SC_LAST_RELEASE"
3232
sc_replace="<version>$SC_NEXT_VERSION"
3333
sed -i -e "s/$sc_find/$sc_replace/g" $CUR/README.md
3434

0 commit comments

Comments
 (0)