refactor: rename Salesforce to sfdx#1829
Conversation
5f4ee4f to
3745b8e
Compare
|
Hi @chingor13 ! I don't know why the tests are failing. Should I do something on my end ? |
257709d to
608217c
Compare
chingor13
left a comment
There was a problem hiding this comment.
We can't really take this now, because it'd be a breaking change for users. It'd be possible to rename the class while keeping an alias for users' configuration that could specify salesforce or sfdx as the release-type.
50201e6 to
3771b4a
Compare
I have added back the |
chingor13
left a comment
There was a problem hiding this comment.
Thanks, almost there.
Also, is there an issue driving the need for this rename?
| "java", "java-backport", "java-bom", "java-lts", "java-yoshi", | ||
| "java-yoshi-mono-repo", "krm-blueprint", "maven", "node", "ocaml", "php", | ||
| "php-yoshi", "python", "ruby", "ruby-yoshi", "rust", "salesforce", "simple", | ||
| "php-yoshi", "python", "ruby", "ruby-yoshi", "rust", "sfdx", "simple", |
There was a problem hiding this comment.
Please leave both salesforce and sfdx as options for the CLI in case those are being used
| "java", "java-backport", "java-bom", "java-lts", "java-yoshi", | ||
| "java-yoshi-mono-repo", "krm-blueprint", "maven", "node", "ocaml", "php", | ||
| "php-yoshi", "python", "ruby", "ruby-yoshi", "rust", "salesforce", "simple", | ||
| "php-yoshi", "python", "ruby", "ruby-yoshi", "rust", "sfdx", "simple", |
There was a problem hiding this comment.
Please leave both salesforce and sfdx as options for the CLI in case those are being used
I have not created a new issue, I reused the first one |
to avoid breaking change make it disappear from documentation so newcomers will not use it
3771b4a to
5f49249
Compare
|
This is a good PR. Thank you, @scolladon |
Thank you for opening a Pull Request! Before submitting your PR, there are a few things you can do to make sure it goes smoothly:
Fixes #1814 🦕