We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d4411e5 commit a60bd22Copy full SHA for a60bd22
1 file changed
doc/contributing.rst
@@ -91,6 +91,10 @@ Releasing
91
92
- Update ``CHANGELOG.rst`` with release date.
93
- Bump version number in ``dfetch/__init__.py``.
94
+- Find/replace ``Dfetch(x.x.x)`` with the new version number ``Dfetch (y.y.y)``.
95
+- Double check any feature scenarios for a version number.
96
+- Re-generate asciicasts using VSCode task (linux/mac).
97
+- Commit all release changes.
98
- Create annotated tag and push it:
99
100
.. code-block:: bash
0 commit comments