Skip to content

Commit

Permalink
Add notes on version releases
Browse files Browse the repository at this point in the history
  • Loading branch information
felixdivo committed Jun 18, 2024
1 parent 86a5234 commit d89c7e3
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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).
Expand Down

0 comments on commit d89c7e3

Please sign in to comment.