scolladon / sfdx-git-delta

Generate the sfdx content in source format from two git commits
Other
405 stars 111 forks source link

fix: metadata type detection on file extension #835

Closed scolladon closed 3 months ago

scolladon commented 3 months ago

Explain your changes


Add sites type (Site, SiteDotCom and ExperienceBundle) to the suffix exception list As those types have the same extension they should not be detected using suffix but they should be detected using folder

Does this close any currently open issues?


closes #834

Any particular element that can be tested locally


Have multiple site, siteDotCom and experienceBundle metadata

codeclimate[bot] commented 3 months ago

Code Climate has analyzed commit e8b1c7b7 and detected 0 issues on this pull request.

View more on Code Climate.

github-actions[bot] commented 3 months ago

Shipped in release v5.38.4. You can install the new version using the version number or the latest-rc channel

$ sfdx plugins:install sfdx-git-delta@latest-rc
$ sfdx plugins:install sfdx-git-delta@v5.38.4

Happy incremental deployment!