Skip to content

fix: Move filename from global to build command option - #2178

Merged
rpl merged 1 commit into
mozilla:masterfrom
rpl:fix/issue-2172-filename-option
Mar 3, 2021
Merged

fix: Move filename from global to build command option#2178
rpl merged 1 commit into
mozilla:masterfrom
rpl:fix/issue-2172-filename-option

Conversation

@rpl

@rpl rpl commented Mar 3, 2021

Copy link
Copy Markdown
Member

Fixes #2172

@rpl

rpl commented Mar 3, 2021

Copy link
Copy Markdown
Member Author

@Rob--W as also pointed out in the issue, this is technically a backward incompatible change from a config file perspective (if any user did figure out on their own that the filename config option had to be part of the global options and they were already using it) but given that we are going to release this in a new major version I'm not sure that is worth to apply more changes to keep compatibility with the "old config file format for this particular option". wdyt?

@rpl
rpl requested a review from Rob--W March 3, 2021 12:14

@Rob--W Rob--W left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

sgtm. If we're bumping the version anyway, let's keep it simple.

@rpl
rpl merged commit 629aa14 into mozilla:master Mar 3, 2021
This was referenced Mar 11, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

--filename cli option is currently defined as a global option, but only used by the build command

2 participants