callawaycloud / sfdx-git-packager

Generates a "delta" metadata package based on the difference between two git refs (branches/commits)
104 stars 17 forks source link

Only grab custom labels which have changed #29

Open ChuckJonas opened 4 years ago

ChuckJonas commented 4 years ago

Unfortunately salesforce dx doesn't split custom labels into multiple files, so if you change one label, it packages them all.

Implementing this would likely require looking at the actual diff lines and attempting to grab the individual node which have changed...

ChuckJonas commented 4 years ago

first pass at this released. Does NOT create destructive changes