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

[FEATURE] Use local config files when using dry-run mode #2261

Open
Badisi opened this issue Apr 5, 2024 · 0 comments
Open

[FEATURE] Use local config files when using dry-run mode #2261

Badisi opened this issue Apr 5, 2024 · 0 comments
Assignees
Labels
priority: p3 Desirable enhancement or fix. May not be included in next release. type: feature request ‘Nice-to-have’ improvement, new feature or different behavior or design.

Comments

@Badisi
Copy link

Badisi commented Apr 5, 2024

I'll mark this one as a feature but I really think it should be considered a bug.

Issue

I was trying to diagnose my release-please setup using the dry-run mode:

npx release-please release-pr --token=XYZ --repo-url=XYZ --debug --dry-run

The thing is, I've spent hours trying to understand why it was not reflecting the modifications I was making in my local release-please-config.json and .release-please-manifest.json.

I even try specifying the files in the command itself... and that's when I realized that the actual files that are used are the ones on the repository and not the ones in my local project. Which feels completely not intuitive for a dry run.

Feature request

Make use of the local config files when using the dry-run mode.

@Badisi Badisi added priority: p3 Desirable enhancement or fix. May not be included in next release. type: feature request ‘Nice-to-have’ improvement, new feature or different behavior or design. labels Apr 5, 2024
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: feature request ‘Nice-to-have’ improvement, new feature or different behavior or design.
Projects
None yet
Development

No branches or pull requests

2 participants