no log: prevent generation of empty release/changes log

This commit is contained in:
morpheus65535 2021-06-19 09:41:48 -04:00
parent c785cdfa71
commit 532c0cf8cf
1 changed files with 1 additions and 1 deletions

View File

@ -52,7 +52,7 @@ jobs:
- name: Create Release (Conditional)
run: |
revision_count=$(git rev-list $(git describe --tags --abbrev=0)..HEAD --count)
revision_count=$(git rev-list --invert-grep --regexp-ignore-case --extended-regexp --grep="^(Release|no log:).*" $(git describe --tags --abbrev=0)..HEAD --count)
if [[ $revision_count != 0 ]]; then
echo "**** Found $revision_count changes! Releasing... ****"
release-it --ci --increment prerelease --preRelease=beta