Skip to content

Commit

Permalink
Merge pull request #55 from Songmu/rc-name
Browse files Browse the repository at this point in the history
change rc branch naming
  • Loading branch information
Songmu authored Aug 24, 2022
2 parents a765880 + 0c3afee commit f6b772c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rcpr.go
Original file line number Diff line number Diff line change
Expand Up @@ -260,7 +260,7 @@ func Run(ctx context.Context, argv []string, outStream, errStream io.Writer) err
}
}

rcBranch := fmt.Sprintf("rcpr-%s", currVer.Tag())
rcBranch := fmt.Sprintf("rcpr-from-%s", currVer.Tag())
rp.c.GitE("branch", "-D", rcBranch)
rp.c.Git("checkout", "-b", rcBranch)

Expand Down

0 comments on commit f6b772c

Please sign in to comment.