Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
felixdivo committed Jun 18, 2024
1 parent dad8311 commit d1b75d8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -140,8 +140,9 @@ 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.
This will trigger the CI to draft a release in GitHub that can then be filled with the changelog.
Make sure to update the version number in `package.xml` and `ros2_easy_test/ros2_easy_test/__init__.py` before tagging.
Then, a release via rosdep can be made.

## Changelog

Expand Down

0 comments on commit d1b75d8

Please sign in to comment.