We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f2d3792 commit 6582b59Copy full SHA for 6582b59
entrypoint.sh
@@ -23,6 +23,8 @@ if [[ -f "requirements.txt" ]]; then
23
pip install -r requirements.txt commitizen
24
else
25
pip install commitizen
26
+ echo "Commitizen version:"
27
+ cz version
28
fi
29
30
echo "Configuring git user and email..."
0 commit comments