Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface VersionIncrementerArguments

Arguments passed to a VersionIncrementer.

Hierarchy

  • VersionIncrementerArguments

Index

Properties

currentVersion

currentVersion: string

The release semantic version for the goal set triggering this increment request. If the version in the project is not equal to the provided current version, it is up to function whether to increment the version or not. If the function makes changes, they will be committed and pushed. If it does not make changes, nothing will be committed.

goalEvent

goalEvent: SdmGoalEvent

SDM event triggering this goal.

id

id: RemoteRepoRef

Remote repository reference.

increment

increment: "major" | "minor" | "patch"

The part of the semantic version to increment.

log

Progress log to write status updates to.

project

project: GitProject

Project to increment version in.

Generated using TypeDoc