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

Could I extend a universal configuration? #1979

Open
razonyang opened this issue Jun 9, 2023 · 1 comment · May be fixed by #2222
Open

Could I extend a universal configuration? #1979

razonyang opened this issue Jun 9, 2023 · 1 comment · May be fixed by #2222
Assignees
Labels
priority: p3 Desirable enhancement or fix. May not be included in next release. type: question Request for information or clarification. Not an issue.

Comments

@razonyang
Copy link

Hi, I'm new to here, I want to extend some common configuration for projects, i.e. the changelog-sections, is there an option for this?
I've read the config.json, but didn't find such option.

I wish to configure like the following.

https://example.org/changelog-sections.json:

{
    "changelog-sections": [
        { "type": "feat", "section": "Features ✨" },
        { "type": "feature", "section": "Features ✨" },
        { "type": "fix", "section": "Bug Fixes 🐞" }
    ]
}

release-please-config.json:

{
  "extends": [
    "https://example.org/changelog-sections.json"
  ]
}
@razonyang razonyang added priority: p3 Desirable enhancement or fix. May not be included in next release. type: question Request for information or clarification. Not an issue. labels Jun 9, 2023
@leocencetti
Copy link

leocencetti commented Jan 15, 2024

I would also love to have this option.

I have many (independent) packages that use release-please and would like to define a shared configuration with common options ( e.g. changelog-sections, extra-label, pull-request-title-pattern ).
Unfortunately, release-please-action always fetches the config file from main, so even editing it in place is not possible...

@antongolub antongolub linked a pull request Feb 15, 2024 that will close this issue
4 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
priority: p3 Desirable enhancement or fix. May not be included in next release. type: question Request for information or clarification. Not an issue.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants