Skip to content
Snippets Groups Projects
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
No related branches found
No related tags found
No related merge requests found
......@@ -535,10 +535,8 @@ stages:
mv "${dotenv_tmp}" "${SEMREL_INFO_FILE}"
if [[ -n "$TRACE" ]]; then
echo "semrel dotenv artifact:"
cat "${SEMREL_INFO_FILE}"
fi
echo "semrel dotenv artifact:"
cat "${SEMREL_INFO_FILE}"
}
function configure_commit_signing() {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment