Compare commits
21 Commits
octopush-a
...
feature/qu
Author | SHA1 | Date | |
---|---|---|---|
eacbd5b3c4
|
|||
5c91fa426c
|
|||
e760eb48ff
|
|||
f081d813a1
|
|||
e35672c262
|
|||
cf2418c72b
|
|||
7a27e72876
|
|||
56b0ca3f0b
|
|||
fa8985a0e7
|
|||
1ff0014ad4 | |||
9696270d22 | |||
0cb923a3a5 | |||
ce55f6523c
|
|||
564147eb6a
|
|||
fcd369d48f
|
|||
c759f8e698
|
|||
fd7b06e840 | |||
c7e773be93
|
|||
559fb41571 | |||
1b14d33a53 | |||
d9404525f5
|
@@ -1,11 +0,0 @@
|
||||
|
||||
branches:
|
||||
- "main"
|
||||
- "v0.x"
|
||||
|
||||
plugins:
|
||||
- "@semantic-release/commit-analyzer"
|
||||
- "@semantic-release/release-notes-generator"
|
||||
- "@semantic-release/changelog"
|
||||
- "@semantic-release/git"
|
||||
|
@@ -242,7 +242,7 @@ func (g *Git) CreateBranch(ctx context.Context, gitRepo *GitRepo) error {
|
||||
err = worktree.PullContext(ctx, &git.PullOptions{
|
||||
RemoteName: "origin",
|
||||
ReferenceName: "refs/heads/main",
|
||||
SingleBranch: false,
|
||||
SingleBranch: true,
|
||||
Depth: 1,
|
||||
Auth: auth,
|
||||
RecurseSubmodules: 1,
|
||||
|
Reference in New Issue
Block a user