Skip to content

Commit 5dff8ed

Browse files
committed
feat!: dummy commit to force breaking change
1 parent 9e1d463 commit 5dff8ed

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

Partas.GitNet/Program.fs

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,11 @@ type GitNetRuntime with
6363
member this.WriteToOutputAndCommit(content: string) =
6464
this.WriteToOutputAndStage content
6565
this.CommitChanges()
66+
/// <summary>
67+
/// Writes the given string to the output path in the <c>GitNetConfig</c> and commits the changes.
68+
/// Returns a Result DU indicating whether the write succeeded or not.
69+
/// </summary>
70+
/// <param name="content">The content to write to the output path</param>
6671
member this.TryWriteToOutputAndCommit(content: string) =
6772
this.TryWriteToOutputAndStage content
6873
|> Result.bind (fun _ -> this.TryCommitChanges())

0 commit comments

Comments
 (0)