Commit 15701825 authored by Cédric OLIVIER's avatar Cédric OLIVIER
Browse files

Merge branch...

Merge branch 'feat/22-make-semantic-release-info-display-the-computed-information-in-the-console-logs' into 'master'

Resolve "Make `semantic-release-info` display the computed information in the console logs"

Closes #22

See merge request to-be-continuous/semantic-release!32
parents b616e999 5a1a37be
Loading
Loading
Loading
Loading
+2 −4
Original line number Diff line number Diff line
@@ -535,10 +535,8 @@ stages:

    mv "${dotenv_tmp}" "${SEMREL_INFO_FILE}"

    if [[ -n "$TRACE" ]]; then
    echo "semrel dotenv artifact:"
    cat "${SEMREL_INFO_FILE}"
    fi
  }

  function configure_commit_signing() {