all: Typo fixes

This commit is contained in:
Christian Oliff
2024-03-16 01:25:52 +09:00
committed by GitHub
parent 68d92ef9dd
commit 78178d0c2a
13 changed files with 20 additions and 20 deletions

View File

@@ -29,7 +29,7 @@ import (
const commitPrefix = "releaser:"
// New initialises a ReleaseHandler.
// New initializes a ReleaseHandler.
func New(skipPush, try bool, step int) (*ReleaseHandler, error) {
if step < 1 || step > 2 {
return nil, fmt.Errorf("step must be 1 or 2")