Skip to content

Commit

Permalink
Update README for new release procedure
Browse files Browse the repository at this point in the history
  • Loading branch information
niccokunzmann committed Feb 17, 2024
1 parent a8bfa47 commit a22d3d2
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 104 deletions.
26 changes: 26 additions & 0 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,32 @@ For example, you may want to do this in the Python shell.
monitoring_thread.stop()
Changelog
---------

- v2.0.7: Start changelog, fix crash when line number is not known.

New Releases
------------

To release a new version:

1. Edit the ``README.md`` file in the Changelog Section and add the changes.

.. code:: bash
git add README.md
git commit -m"Modify changelog for release"
git push
2. Create a tag for the version.

.. code:: bash
git tag v2.0.7
git push origin v2.0.7
3. Notify solved issues about the release.


Further Reading
Expand Down
104 changes: 0 additions & 104 deletions developing.md

This file was deleted.

0 comments on commit a22d3d2

Please sign in to comment.