Skip to content

Commit

Permalink
CI - fix gitignore and versions:set
Browse files Browse the repository at this point in the history
  • Loading branch information
frantuma committed Mar 8, 2024
1 parent 778e963 commit 9d45191
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,5 @@ target
atlassian-ide-plugin.xml
*.iml
.java-version
dependency-reduced-pom.xml
*.pyc
6 changes: 6 additions & 0 deletions CI/prepare-release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,12 @@ echo "SC_RELEASE_TAG: $SC_RELEASE_TAG"
#####################
python $CUR/CI/releaseNotes.py "$SC_LAST_RELEASE" "$SC_RELEASE_TITLE" "$SC_RELEASE_TAG"

#####################
### update the version to release in maven project with set version
#####################
mvn versions:set -DnewVersion=$SC_VERSION
mvn versions:commit

#####################
### update version in openapi.yaml file ###
#####################
Expand Down

0 comments on commit 9d45191

Please sign in to comment.