You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: doc/contributing.rst
+6-3Lines changed: 6 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -101,11 +101,14 @@ Releasing
101
101
- Run all unit / feature tests.
102
102
- Re-generate asciicasts using VSCode task (linux/mac).
103
103
- Commit all release changes.
104
-
- Create annotated tag and push it:
104
+
- Create pull request & merge to ``main``.
105
+
- Create annotated tag on ``main`` and push it:
105
106
106
107
.. code-block:: bash
107
108
108
-
git tag -a '0.5.0' -m "Release version 0.5.0"
109
+
git checkout main
110
+
git pull
111
+
git tag -a '0.11.0' -m "Release version 0.11.0"
109
112
git push --tags
110
113
111
114
- The ``ci.yml`` job will automatically create a draft release in `GitHub Releases <https://github.com/dfetch-org/dfetch/releases/>`_ with all artifacts.
0 commit comments