Options
All
  • Public
  • Public/Protected
  • All
Menu

Module "pack/version/increment"

Index

Type aliases

VersionIncrementer

VersionIncrementer: (args: VersionIncrementerArguments) => Promise<ExecuteGoalResult>

A function capable of incrementing the specified semantic version element in the project that is used by the fulfillment goal executor.

Functions

executeIncrementVersion

  • 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.

    Parameters

    Returns ExecuteGoal

Generated using TypeDoc