Replies: 1 comment
-
|
That's right, not all DSL elements may be overridden using sysprops/envvars. Initially this was only possible for sensitive data such as tokens and secrets. However, we have expanded this behavior to more properties, even those that are not secrets. It may be possible to support most if not all properties (indexed elements may be tricky) in a compatible way. Otherwise we'd have to punt it to |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
In
spring-cliwe wanted to move brew tap repo fromspring-projectsorg intospring-cli-projectsorg while keepingspring-cliinspring-projects. What was nice about not definingdistributions.<app>.brew.repository.owner, owner then defaulted wherever jreleaser was run in gh actions. This allowed to fully test your release process in a user's fork.I have a feeling that answer is no but is there a generic way to define some of these jrerealser config values so that those would not be hardcoded to target specific repository owners or names? Looks like
brew.repository.ownercan't be resolved from i.e. from environment variables.Beta Was this translation helpful? Give feedback.
All reactions