Compare commits

..

1 Commits

Author SHA1 Message Date
test ced1676240 feat: abra release now asks for a release note
continuous-integration/drone/pr Build is passing Details
Before asking for a release note, it checks if release/next exists and
copies it to release/<tag>.
2023-12-04 11:38:03 +01:00
1 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,7 @@ func Add(repoPath, path string, dryRun bool) error {
}
if dryRun {
logrus.Debug("dry run: adding %s", path)
logrus.Debugf("dry run: adding %s", path)
} else {
worktree.Add(path)
}