Options
All
  • Public
  • Public/Protected
  • All
Menu

Enumeration ConflictMode

Index

Enumeration members

Enumeration members

Force

Force: = "Force"

Force update the existing version even if there are breaking changes. Note, this can break consumers of that version.

Patch

Patch: = "Patch"

Patch the existing version, but will fail if there are breaking changes.

Update

Update: = "Update"

Update the Template Group by bumping the version.