-
Notifications
You must be signed in to change notification settings - Fork 122
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
Allow an empty name in the configuration #607
Comments
I don't understand the use case here or what is the expected behaviour. Basically, I don't understand "why you would want to do that" :) Feel free to send a PR if this is something that bothers you. Thanks |
To clarify, I wanted my changelog to look like this, without the name repeating for each version:
But running
It would be nice not having to rely on the command line of |
Why not use My understanding that |
Derp, that seems like the correct way to do it! |
If you want to just write the version number rather than the name in the fragment, you can explicitly specify it from the command line:
But if
name
in the configuration is string only, with a default of""
so for python packages you can't specify this as the default in your configuration.It would be nice if the default of
name
wasNone
, and you could set it explicitly to""
to not use a name when building.The problem is that this is backwards incompatible though -- if someone currently has
name: ""
in their conf, then that it's changing the current behaviour...The text was updated successfully, but these errors were encountered: