Skip to content

Commit

Permalink
fix(changelog): typo in error message
Browse files Browse the repository at this point in the history
  • Loading branch information
zbindenren committed Jan 4, 2021
1 parent ba54c82 commit 30cc4d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/cmd/release.go
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ func (c Command) runRelease(dst io.Writer, l *flash.Logger, cfg config.Changelog
}

if uncommmited {
return errors.New("git repository contains ucommitted changes")
return errors.New("git repository contains uncommitted changes")
}

var next semver.Version
Expand Down

0 comments on commit 30cc4d8

Please sign in to comment.