File tree Expand file tree Collapse file tree 3 files changed +10
-1
lines changed Expand file tree Collapse file tree 3 files changed +10
-1
lines changed Original file line number Diff line number Diff line change
1
+ Here are the steps on how to make a new release.
2
+
3
+ 1. Create a ``release-VERSION `` branch from ``upstream/master ``.
4
+ 2. Update ``docs/changelog.rst ``.
5
+ 3. Push a branch with the changes.
6
+ 4. Once all builds pass, push a tag to ``upstream ``.
7
+ 5. Merge the PR.
Original file line number Diff line number Diff line change @@ -6,6 +6,8 @@ Changelog
6
6
Upcoming release
7
7
-----------------
8
8
9
+ - Implement deployment using Travis, following in line with many other pytest plugins.
10
+
9
11
- Allow live server to handle concurrent requests (`#56 `_), thanks to
10
12
`@mattwbarry `_ for the PR.
11
13
Original file line number Diff line number Diff line change 4
4
pytest-flask
5
5
============
6
6
7
- A set of `pytest <http ://pytest.org>`_ fixtures to test Flask
7
+ A set of `pytest <https ://docs. pytest.org>`_ fixtures to test Flask
8
8
extensions and applications.
9
9
10
10
Features
You can’t perform that action at this time.
0 commit comments