We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5668efe commit d3e73f2Copy full SHA for d3e73f2
.github/workflows/deploy.yml
@@ -64,3 +64,4 @@ jobs:
64
with:
65
body_path: scripts/latest-release-notes.md
66
files: dist/*
67
+ tag_name: v${{ github.event.inputs.version }}
CHANGELOG.rst
@@ -1,7 +1,7 @@
1
Releases
2
========
3
4
-3.11.0 (2023-06-15)
+3.11.1 (2023-06-15)
5
-------------------
6
7
* Fixed introspection for failed ``assert_has_calls`` (`#365`_).
0 commit comments