Skip to content

Commit 97810b8

Browse files
committed
Make release instructions more clear
1 parent 2eda6ae commit 97810b8

1 file changed

Lines changed: 6 additions & 3 deletions

File tree

doc/contributing.rst

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -101,11 +101,14 @@ Releasing
101101
- Run all unit / feature tests.
102102
- Re-generate asciicasts using VSCode task (linux/mac).
103103
- 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:
105106

106107
.. code-block:: bash
107108
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"
109112
git push --tags
110113
111114
- The ``ci.yml`` job will automatically create a draft release in `GitHub Releases <https://github.com/dfetch-org/dfetch/releases/>`_ with all artifacts.
@@ -115,5 +118,5 @@ Releasing
115118

116119
.. code-block:: rst
117120
118-
Release 0.0.3 (unreleased)
121+
Release 0.12.0 (unreleased)
119122
====================================

0 commit comments

Comments
 (0)