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.
2 parents 87f4d60 + 0e757c4 commit 4c4f8ebCopy full SHA for 4c4f8eb
.github/workflows/release.yml
@@ -65,6 +65,8 @@ jobs:
65
with:
66
commit_message: Bump CHANGELOG
67
file_pattern: CHANGELOG.rst
68
+ # Error if there are no changes.
69
+ skip_dirty_check: true
70
71
- name: Bump version and push tag
72
id: tag_version
0 commit comments