fix(common): Fix pytest exclusion, gitignore, and changelog checks

This commit is contained in:
Abhik Roy
2023-10-17 12:13:45 +02:00
parent 3e8de3af3a
commit 269622170e
6 changed files with 50 additions and 94 deletions

View File

@ -14,7 +14,7 @@ if ! cz bump --dry-run; then
fi
cz_bump_out=`cz bump --files-only "$@"`
commit_title=`echo "${cz_bump_out}" | head -1`
commit_title=`echo "${cz_bump_out}" | grep "bump(" | head -1`
commit_body=`cat ../../release_notes.txt`
git add -u .