Skip to content

Commit

Permalink
fix(core): implement build_release properly
Browse files Browse the repository at this point in the history
  • Loading branch information
dalisoft committed Apr 27, 2024
1 parent 95674a0 commit f05b344
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -347,6 +347,10 @@ handle_git_commits() {
log_verbose "" "-q"
log_verbose "Analyzed commits!"

log_verbose "Preparing changes diff..."
build_release
log_verbose "Prepared changes diff!"

log_verbose "Analyzing updates..."
if [[ "$IS_STABLE_VERSION" == true && "${NEXT_VERSION[0]}" -eq 0 ]]; then
NEXT_VERSION=(1 0 0)
Expand Down

0 comments on commit f05b344

Please sign in to comment.