Skip to content

Commit 852116b

Browse files
authored
Merge pull request #418 from pytest-dev/release-3.13.0
Release 3.13.0
2 parents 6d5d6dc + ef9461b commit 852116b

File tree

2 files changed

+8
-3
lines changed

2 files changed

+8
-3
lines changed

CHANGELOG.rst

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
Releases
22
========
33

4-
UNRELEASED
5-
----------
4+
3.13.0 (2024-03-21)
5+
-------------------
66

77
* `#417 <https://github.com/pytest-dev/pytest-mock/pull/417>`_: ``spy`` now has ``spy_return_list``, which is a list containing all the values returned by the spied function.
88
* ``pytest-mock`` now requires ``pytest>=6.2.5``.

RELEASING.rst

+6-1
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,10 @@ Here are the steps on how to make a new release.
33
1. Create a ``release-VERSION`` branch from ``upstream/main``.
44
2. Update ``CHANGELOG.rst``.
55
3. Push the branch to ``upstream``.
6-
4. Once all tests pass, start the ``deploy`` workflow manually.
6+
4. Once all tests pass, start the ``deploy`` workflow manually or via:
7+
8+
```
9+
gh workflow run deploy.yml --repo pytest-dev/pytest-mock --ref release-VERSION -f version=VERSION
10+
```
11+
712
5. Merge the PR.

0 commit comments

Comments
 (0)