Skip to content

Commit 87b32ed

Browse files
authored
Revert to using stash apply instead of merge (#360)
1 parent 03e5899 commit 87b32ed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

jupyter_releaser/lib.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,7 @@ def make_changelog_pr(auth, branch, repo, title, commit_message, body, dry_run=F
172172
pass
173173
util.run(f"git checkout -b {pr_branch} origin/{branch}", echo=True)
174174
if dirty:
175-
util.run("git merge --squash --strategy-option=theirs stash", echo=True)
175+
util.run("git stash apply", echo=True)
176176

177177
# Add a commit with the message
178178
try:

0 commit comments

Comments
 (0)