Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

v1.0.6 #145

Conversation

olivier-stasse
Copy link
Collaborator

Description

Release 1.0.6 of the package

How I Tested

Tested on Linux and Mac

I fulfilled the following requirements

  • All new code is formatted according to our style guide (for C++ run clang-format, for Python, run flake8 and fix all warnings).
  • All new functions/classes are documented and existing documentation is updated according to changes.
  • No commented code from testing/debugging is kept (unless there is a good reason to keep it).

@olivier-stasse
Copy link
Collaborator Author

olivier-stasse commented Dec 7, 2023

Hi guys, I would like to move on the release of this package.
Could someone review it ?

Copy link
Contributor

@nim65s nim65s left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please don't make releases manually, we have jrl-cmakemodule helpers for this, and if we don't use those, process must be clearly documented.

Here, you at least forgot to change the end of the CHANGELOG.md file, plus this is lacking a PGP signed tag + a PGP signed release tarball

@@ -6,6 +6,48 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).

## [Unreleased]

## [1.0.6] - 2023-11-15

- Change name of the package to make it release in ROS-2.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We can't change the name of a package in a minor version. We can release this package under a different name on ROS 2, but this is different.

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Sorry I should have remove this line because this PR does not change the package name.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants