From d3e73f2e93f7b93eba0a36e17e43bafd969da4fe Mon Sep 17 00:00:00 2001 From: Bruno Oliveira Date: Thu, 15 Jun 2023 20:53:37 -0300 Subject: [PATCH] Explicitly specify the tag name during GitHub Release --- .github/workflows/deploy.yml | 1 + CHANGELOG.rst | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 6d97011..39d0512 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -64,3 +64,4 @@ jobs: with: body_path: scripts/latest-release-notes.md files: dist/* + tag_name: v${{ github.event.inputs.version }} diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 62c795f..d2dbe80 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -1,7 +1,7 @@ Releases ======== -3.11.0 (2023-06-15) +3.11.1 (2023-06-15) ------------------- * Fixed introspection for failed ``assert_has_calls`` (`#365`_).