apex-enterprise-patterns / fflib-apex-mocks

An Apex mocking framework for true unit testing in Salesforce, with Stub API support
BSD 3-Clause "New" or "Revised" License
423 stars 214 forks source link

Implement Automatic API Version Management #141

Closed ClayChipps closed 1 year ago

ClayChipps commented 1 year ago

A continuing headache that we deal with on the AEP projects is managing the upgrade of API versions with each release. In order to eliminate the manual effort associated with this, I have proposed a manual GitHub action which can be ran which will update all API Versions in the project and submit a PR for those changes. As of right now, there is no scheduling or automated runs, but at the minimum this should help reduce the manual effort.


This change is Reviewable

ClayChipps commented 1 year ago

@stohn777 I moved the bash script into an actual GitHub Action, can you take a look and let me know if this covers your concerns from before? :)