Skip to content

Commit

Permalink
[disable-worktree-release-json] Disabled
Browse files Browse the repository at this point in the history
  • Loading branch information
CelianR committed Dec 23, 2024
1 parent 92348d9 commit 733a3bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tasks/release.py
Original file line number Diff line number Diff line change
Expand Up @@ -566,7 +566,7 @@ def build_rc(ctx, release_branch, patch_version=False, k8s_deployments=False):


@task(help={'key': "Path to an existing release.json key, separated with double colons, eg. 'last_stable::6'"})
def set_release_json(ctx, key, value, release_branch=None, skip_checkout=False, worktree=True):
def set_release_json(ctx, key, value, release_branch=None, skip_checkout=False, worktree=False):
def _main():
nonlocal key

Expand Down

0 comments on commit 733a3bd

Please sign in to comment.