-
Notifications
You must be signed in to change notification settings - Fork 10
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
CHANGELOG.rst 315.2.3 #99
Conversation
Please update hrpsys-base version first |
In general, I would suggest we try to follow the Adding to that practice I suggest the changelog is for "users", more than it is for developers. I found the well organized changelogs will be highly valuable when you're talking to a group of users (so now I'm trying to be a good changelogger). If it's too tedious and time taking then I can take this role for hrpsys-related packages. |
Thanks, please do that. @snozawa, if you have deadline that you want to release new version, please On Mon, Jul 21, 2014 at 8:45 PM, Isaac I.Y. Saito [email protected]
|
Sorry for too late reply...
Thank you for your suggestion and it would be better to do that.
I'd like to use latest I'd like to know:
|
@snozawa I made a preq against your fork snozawa#1 as a summary of the current changelog. Hope it looks better. What I did was to put together multiple lines into a single line about same components. If the component wasn't clear I put them at the bottom. I suggest every new release to be done on a request basis on issue tracker so that people get notified. And the one who update changelog and who make a release don't have to be the same person IMO. |
And I'm afraid periodic release, while I like the concept, might not work out for various situations (error in up/down stream, release person being too busy etc.). As far as I've seen how ROS maintainers have been trying to enforce it (they planned to sync twice a month but actually it hasn't happened that frequently) it looks not simple. |
@130s ,
In addition to this PR, could you update hrpsys-base version? @k-okada
Is this correct? |
|
Thanks, I understood it. |
I close this PR because already this PR is not necessary. |
Why do we not need this PR? And, release steps for |
I think this PR is replaced by your PR (snozawa#1), so we do not need this PR any more. |
In that case merge that, so that this PReq will automatically get updated. |
Sorry, I found I've been misunderstanding something in the first place. #99 was NOT for 315.2.2. It IS So anyway, what needs to be done hasn't changed much. Rewriting: What should happen is 1) I update PReq snozawa#1. Then 2) @snozawa merge snozawa#1, 3) I'll merge #99. Then 4) finally I or someone merge #101. |
Closing in favor of #102 |
(CHANGELOG.rst)
I updated CHANGELOG.rst considering latest hrpsys-base-source
because I'd like to use SampleRobot scripts[1] in
hrpsys
ROS package example[2].I created CHANGELOG.rst using [3] script.
I just concatenated
hrpsys-base-source
git log andhrpsys
ros package git log,so the orders are not sorted by date.
(The orders within
hrpsys-base-source
are sorted and the orders withinhrpsys
are also sorted,but the orders within all
hrpsys-base-source
andhrpsys
git log are not sorted.)[1] fkanehiro/hrpsys-base#252
[2] #97
[3] #96