Skip to content
This repository was archived by the owner on Aug 25, 2024. It is now read-only.

Commit 97114cc

Browse files
committed
docs: contributing: maintainer: Document version bumping
Signed-off-by: John Andersen <[email protected]>
1 parent 1032e9b commit 97114cc

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

docs/contributing/maintainers.rst

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,3 +26,22 @@ script.
2626

2727
Finally, update the ``PYPI_TOKENS`` file in ``.github/workflows/testing.yml``.
2828
Add a line for the plugin along with it's sceret.
29+
30+
Doing a Release
31+
---------------
32+
33+
- Increment the version number of each package
34+
35+
- Increment the version number of the main package in the dependency list of
36+
each package
37+
38+
- Commit the new version
39+
40+
- Tag a release
41+
42+
.. code-block:: console
43+
44+
$ dffml service dev bump packages 0.0.1 -log debug
45+
$ dffml service dev bump main
46+
$ git c "release: Version $(dffml service dev setuppy kwarg version setup.py)"
47+
$ git tag $(dffml service dev setuppy kwarg version setup.py)

0 commit comments

Comments
 (0)