Skip to content
This repository was archived by the owner on Mar 6, 2023. It is now read-only.

Commit 48b1539

Browse files
committed
Add more release debugging.
Signed-off-by: Ben Kochie <[email protected]>
1 parent 88c8554 commit 48b1539

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.circleci/config.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,11 +57,13 @@ jobs:
5757
- run: |
5858
if [[ "${NEW_TAG}" == 'none' ]]; then
5959
echo "Keyword not detected. Doing nothing" && circleci-agent step halt
60+
else
61+
echo "Bumping to ${NEW_TAG}"
6062
fi
6163
- run: |
62-
docker run -it --rm \
64+
echo "Running in ${PWD}" && docker run --rm \
6365
-v "${PWD}:/workdir" \
64-
quay.io/git-chglog/git-chglog \
66+
quay.io/git-chglog/git-chglog:latest \
6567
--output CHANGELOG.md \
6668
--next-tag "${NEW_TAG}"
6769
- run: git add CHANGELOG.md

0 commit comments

Comments
 (0)