Return goal executor that increments version using the provided increment function and then commits & pushes the changes.
Since this function changes and commits to the project at a time when several other goals may be doing the same, it first checks out the branch associated with the goal invocation and pulls to get the latest head from the remote.
Generated using TypeDoc
A function capable of incrementing the specified semantic version element in the project that is used by the fulfillment goal executor.