scolladon / sfdx-git-delta

Generate the sfdx content in source format from two git commits
Other
445 stars 114 forks source link

feat: add ConversationMessageDefinition metadata support #899

Closed scolladon closed 3 months ago

scolladon commented 3 months ago

Explain your changes


add ConversationMessageDefinition metadata support

Does this close any currently open issues?


closes #898

codeclimate[bot] commented 3 months ago

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

View more on Code Climate.

scolladon commented 3 months ago

Hi @callmekelvin

Could you help us testing this new metadata support please ? You can do it by following those steps.

codecov[bot] commented 3 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 100.00%. Comparing base (41819da) to head (bccb675).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #899 +/- ## ========================================= Coverage 100.00% 100.00% ========================================= Files 40 40 Lines 1078 1078 Branches 114 114 ========================================= Hits 1078 1078 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

github-actions[bot] commented 3 months ago

Shipped in release v5.42.0. 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.42.0

Happy incremental deployment!