Skip to content

Commit 631828f

Browse files
Document release process (#357)
1 parent 70ef956 commit 631828f

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

RELEASE.rst

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,22 @@
11
Release process for ``numpydoc``
22
================================
33

4+
Introduction
5+
------------
6+
7+
Example ``__version__``
8+
9+
- 1.8.dev0 # development version of 1.8 (release candidate 1)
10+
- 1.8rc1 # 1.8 release candidate 1
11+
- 1.8rc2.dev0 # development version of 1.8 (release candidate 2)
12+
- 1.8 # 1.8 release
13+
- 1.9.dev0 # development version of 1.9 (release candidate 1)
14+
15+
Test release candidates on numpy, scipy, matplotlib, scikit-image, and networkx.
16+
17+
Process
18+
-------
19+
420
- Review and update ``doc/release_notes.rst``.
521

622
- Update ``__version__`` in ``numpydoc/__init__.py``.
@@ -39,3 +55,4 @@ Release process for ``numpydoc``
3955

4056
git add numpydoc/__init__.py
4157
git commit -m 'Bump version'
58+
git push origin main

0 commit comments

Comments
 (0)