ReleaseService class final

Release orchestration using immutable injected external boundaries.

Constructors

ReleaseService({required ShipworldConfig config, required ShipworldContext context})
const

Properties

config ShipworldConfig
final
context ShipworldContext
final
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

finalize({required List<String> targetNames, bool push = false}) Future<FinalizedReleaseSet>
Creates signed tags only when local HEAD equals the configured remote.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
prepare({required Map<String, ReleaseType> bumps, bool dryRun = false}) Future<PreparedReleaseSet>
Preflights every target, then writes and commits the release as one unit.
toString() String
A string representation of this object.
inherited
verify(String targetName) Future<String>
Checks that a CI ref matches the configured target version.

Operators

operator ==(Object other) bool
The equality operator.
inherited