Skip to content

Commit

Permalink
Disable wortree by default for release.set-release-json (DataDog#32456)
Browse files Browse the repository at this point in the history
  • Loading branch information
CelianR authored Dec 23, 2024
1 parent e999173 commit 068f669
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 068f669

Please sign in to comment.