Skip to content

Commit

Permalink
Fix release script
Browse files Browse the repository at this point in the history
  • Loading branch information
hpehl committed Nov 29, 2024
1 parent 194ba97 commit b6264cf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -151,6 +151,7 @@ msg ""
./versionBump.sh "${FINAL_VERSION}"
msg "Update README & changelog"
sed -i '' -E "s/<version>[0-9]+\.[0-9]+\.[0-9]+.*<\/version>/<version>$FINAL_VERSION<\/version>/" docs/*.md
cd bom && mvn --quiet install &> /dev/null && cd .. # without installing the BOM first, keep a changelog will complain
mvn --quiet -DskipModules keepachangelog:release &> /dev/null
msg "Push changes"
git commit --quiet -am "Release ${RELEASE_VERSION}"
Expand Down

0 comments on commit b6264cf

Please sign in to comment.