Skip to content

Commit f37b77e

Browse files
committed
Add HOWTORELEASE document
1 parent cd107e6 commit f37b77e

File tree

3 files changed

+10
-1
lines changed

3 files changed

+10
-1
lines changed

HOWTORELEASE.rst

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
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.

docs/changelog.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ Changelog
66
Upcoming release
77
-----------------
88

9+
- Implement deployment using Travis, following in line with many other pytest plugins.
10+
911
- Allow live server to handle concurrent requests (`#56`_), thanks to
1012
`@mattwbarry`_ for the PR.
1113

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
pytest-flask
55
============
66
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
88
extensions and applications.
99
1010
Features

0 commit comments

Comments
 (0)