From 1fcec8ca6fbe3b3f5d301773e6fd974f85840387 Mon Sep 17 00:00:00 2001 From: Adam Dangoor Date: Sat, 14 Sep 2024 09:07:10 +0100 Subject: [PATCH] Be careful when releasing to not accidentally commit to a file --- .github/workflows/release.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 237858d8b..64761eefa 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -59,6 +59,7 @@ jobs: id: commit with: commit_message: Bump CHANGELOG + file_pattern: CHANGELOG.rst - name: Bump version and push tag id: tag_version