Skip to content

Commit

Permalink
#998: fixed release-info messed with installation output (#1046)
Browse files Browse the repository at this point in the history
  • Loading branch information
Amueller36 authored Apr 11, 2023
1 parent 16c0e5e commit 7a3dcf7
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions scripts/src/main/resources/scripts/command/release
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ then
echo "... optional arguments are directly passed to the build command (e.g. mvn) as additional arguments."
exit
fi

doDevonCommand mvn setup silent
if doGitHasUncomittedChanges
then
doFail "Your local git repository has uncommitted changes. Please use 'git stash' and rerun on clean repo."
Expand All @@ -48,7 +48,6 @@ then
doFail "Release has to be performed from the top-level project or using force option."
fi
fi

doEcho "Trying to determine current version of your project..."
current_version="$(doDevonCommand build -q get-version)" || doFail "Failed to determine version. You need to run 'mvn install' before.\n${current_version}"
if doIsDevVersion "${current_version}"
Expand Down

0 comments on commit 7a3dcf7

Please sign in to comment.