-
Notifications
You must be signed in to change notification settings - Fork 713
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
feat: .changelogrc #422
feat: .changelogrc #422
Conversation
1 similar comment
Alternative 1: {
"name": "conventionalcommits"
} This didn't seem declarative enough and could be potentially confusing when used in conjunction with Alternative 2: {
"preset": "conventionalcommits"
}
// or
{
"preset": {
"name": "conventionalcommits"
}
} A bit more declarative in the Alternative 3: {
"extend": ["conventionalcommits"]
} Without the identifier in Also worth mentioning the |
rather than adding to the fixtures directory, I would be tempted to fork https://github.com/Jimdo/changelogrc-spec into a new directory in the I think that the Introducing a few more configuration options that allow users to edit partials inside templates:
I think that whether or not this configuration is in a conventional-changelog-config-spec? |
@jbottigliero I think how this would change your work in conventional-changelog/standard-version#278, would simply be that you pass a different config object to the new |
@jbottigliero I've created a repo here, for us here: https://github.com/conventional-changelog/conventional-changelog-config-spec to rough out what we think we should expose for configuration, let's move the conversation there. |
Catching up on all the latest updates and will head over to the new repository... thanks for triaging! |
.changelogrc
This is a WIP PR. I mostly wanted to make sure I was on the same page as the update suggested in #421.
Work can either be continued here or closed out.