-
Notifications
You must be signed in to change notification settings - Fork 281
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
(catkin_prepare_release) Prompt tag name when it differs from new version number. #528
Conversation
Forgot to describe what this PR does. Notice the hyphen between the now new
|
+1 |
The user can just specify a tag prefix with a trailing hyphen. I would rather not force him to have that hypen since else a tag like |
That makes sense. Then how about showing the tag that will be generated |
You could extend the question |
…sion number. (catkin_prepare_release) Remove undesired linefeed.
@dirk-thomas Please review my updated pull request, with which the result would look like:
(The title of PR is also updated.) |
Dirk, wouldn't your commit return something like:
Precisely speaking, |
Yes, that would be displayed. This is the name the developer wants to give to that release. Since you are potentially tagging a part of the repo the version does not only the number since that would not be sufficient to identify the release. |
Would you prefer this?
|
Looks nice. Works great like this:
|
Thanks Dirk, this tremendously lowers our mental barrier for releasing our svn packages! |
Old title: (catkin_prepare_release) Add hyphen b/w tag and the new version number for svn.