From 0e757c4d6918abfbd29dbf2d5236fe60f23db18d Mon Sep 17 00:00:00 2001 From: Adam Dangoor Date: Fri, 21 Feb 2025 08:40:39 +0000 Subject: [PATCH] Error in release process if trying to commit changes and there are none --- .github/workflows/release.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index ae8968b1..f556ea84 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -62,6 +62,8 @@ jobs: with: commit_message: Bump CHANGELOG file_pattern: CHANGELOG.rst + # Error if there are no changes. + skip_dirty_check: true - name: Bump version and push tag id: tag_version