From d89c7e377953925be6d4038022bd0945786a8a5b Mon Sep 17 00:00:00 2001 From: Felix Divo Date: Tue, 18 Jun 2024 23:34:48 +0200 Subject: [PATCH] Add notes on version releases --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 9f625bc..d79e867 100644 --- a/README.md +++ b/README.md @@ -139,6 +139,10 @@ cd build/html python -m http.server ``` +A new version can be released by pusing a new tag starting with `v` to the repository. +This will trigger the CI to build and upload the new version to PyPI and draft a release in GitHub. +Make sure to update the version number in `package.xml` and `ros2_easy_test/ros2_easy_test/__init__.py` before tagging. + ## Changelog See [Releases](https://github.com/felixdivo/ros2-easy-test/releases).