Skip to content

Commit bccb2b7

Browse files
committed
testing new drift version
1 parent a6a52f7 commit bccb2b7

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

devolv/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
__version__ = "0.2.20"
1+
__version__ = "0.2.21"
22

devolv/drift/cli.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ def _update_local_and_create_pr(doc, policy_file, repo_full_name, policy_name, i
138138
# ✅ Pass correct branch name
139139
pr_num, pr_url = create_github_pr(repo_full_name, branch, pr_title, pr_body, issue_num=issue_num)
140140

141-
typer.echo(f"✅ Created PR #{pr_num}: {pr_url}")
141+
#typer.echo(f"✅ Created PR #{pr_num}: {pr_url}")
142142

143143
# ✅ Auto-close issue immediately
144144
gh = Github(token)

0 commit comments

Comments
 (0)