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

How to override the component name? #2387

Open
lucasmazza opened this issue Sep 26, 2024 · 2 comments
Open

How to override the component name? #2387

lucasmazza opened this issue Sep 26, 2024 · 2 comments
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

@lucasmazza
Copy link

I'm using release-please with a Ruby repository (https://github.com/tremendous-rewards/tremendous-ruby), and it seems that the GitHub Action didn't updated the project's Gemfile.lock.

I believe this happened because the repo is named tremendous-ruby, but the gem is tremendous_ruby. There's no mention on the docs on how to override the component name for this case, how can I achieve this?

@lucasmazza lucasmazza 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 Sep 26, 2024
@georgeguimaraes
Copy link

Maybe you also need package-name in your release-please-config.json?

// - "package-name": Ignored by packages whose release-type implements source
// code package name lookup (e.g. "node"). Required for all
// other packages (e.g. "python")

@lucasmazza
Copy link
Author

package-name seems to work, but it isn't documented on the JSON schema for the config file

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

No branches or pull requests

3 participants